mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 09:00:07 +00:00
Code cleanup
This commit is contained in:
@@ -67,7 +67,7 @@ use Log;
|
||||
|
||||
/**
|
||||
* Class CreateRecurringTransactions.
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*
|
||||
*
|
||||
*/
|
||||
class CreateRecurringTransactions implements ShouldQueue
|
||||
@@ -228,7 +228,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return array
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*
|
||||
*/
|
||||
private function getTransactionData(Recurrence $recurrence, Carbon $date): array
|
||||
{
|
||||
@@ -441,8 +441,8 @@ class CreateRecurringTransactions implements ShouldQueue
|
||||
* @param Recurrence $recurrence
|
||||
*
|
||||
* @return bool
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*
|
||||
*
|
||||
*/
|
||||
private function validRecurrence(Recurrence $recurrence): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user