mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code cleanup
This commit is contained in:
@@ -34,7 +34,7 @@ class Holder extends SpectreObject
|
||||
* Holder constructor.
|
||||
*
|
||||
* @param array $data
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*
|
||||
*/
|
||||
public function __construct(array $data)
|
||||
{
|
||||
|
||||
@@ -175,7 +175,7 @@ class Transaction extends SpectreObject
|
||||
* Get opposing account data.
|
||||
*
|
||||
* @return array
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*/
|
||||
public function getOpposingAccountData(): array
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ class ListAccountsRequest extends SpectreRequest
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*/
|
||||
public function call(): void
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ class ListCustomersRequest extends SpectreRequest
|
||||
/**
|
||||
*
|
||||
* @throws \FireflyIII\Exceptions\FireflyException
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*/
|
||||
public function call(): void
|
||||
{
|
||||
|
||||
@@ -43,7 +43,7 @@ class ListLoginsRequest extends SpectreRequest
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*/
|
||||
public function call(): void
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ class ListTransactionsRequest extends SpectreRequest
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*/
|
||||
public function call(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user