Clean up code and comments.

This commit is contained in:
James Cole
2023-02-22 18:14:14 +01:00
parent e6dc881f56
commit e421b29b01
249 changed files with 647 additions and 1044 deletions

View File

@@ -32,6 +32,7 @@ use FireflyIII\Models\RuleAction;
use FireflyIII\Models\TransactionJournal;
use FireflyIII\Models\TransactionType;
use FireflyIII\User;
use JsonException;
use Log;
/**
@@ -98,7 +99,7 @@ class ConvertToDeposit implements ActionInterface
*
* @return bool
* @throws FireflyException
* @throws \JsonException
* @throws JsonException
*/
private function convertWithdrawalArray(array $journal): bool
{
@@ -147,7 +148,7 @@ class ConvertToDeposit implements ActionInterface
*
* @return bool
* @throws FireflyException
* @throws \JsonException
* @throws JsonException
*/
private function convertTransferArray(array $journal): bool
{

View File

@@ -32,6 +32,7 @@ use FireflyIII\Models\RuleAction;
use FireflyIII\Models\TransactionJournal;
use FireflyIII\Models\TransactionType;
use FireflyIII\User;
use JsonException;
use Log;
/**
@@ -131,7 +132,7 @@ class ConvertToWithdrawal implements ActionInterface
*
* @return bool
* @throws FireflyException
* @throws \JsonException
* @throws JsonException
*/
private function convertTransferArray(array $journal): bool
{

View File

@@ -42,7 +42,6 @@ class LinkToBill implements ActionInterface
/**
* TriggerInterface constructor.
*
*
* @param RuleAction $action
*/

View File

@@ -40,7 +40,6 @@ class MoveDescriptionToNotes implements ActionInterface
/**
* TriggerInterface constructor.
*
*
* @param RuleAction $action
*/

View File

@@ -39,7 +39,6 @@ class MoveNotesToDescription implements ActionInterface
/**
* TriggerInterface constructor.
*
*
* @param RuleAction $action
*/