mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up code and comments.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -42,7 +42,6 @@ class LinkToBill implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*
|
||||
|
||||
*
|
||||
* @param RuleAction $action
|
||||
*/
|
||||
|
@@ -40,7 +40,6 @@ class MoveDescriptionToNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*
|
||||
|
||||
*
|
||||
* @param RuleAction $action
|
||||
*/
|
||||
|
@@ -39,7 +39,6 @@ class MoveNotesToDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*
|
||||
|
||||
*
|
||||
* @param RuleAction $action
|
||||
*/
|
||||
|
Reference in New Issue
Block a user