mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -39,9 +39,7 @@ class AddTag implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -40,9 +40,7 @@ class AppendDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -42,9 +42,7 @@ class AppendDescriptionToNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -40,9 +40,7 @@ class AppendNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -44,9 +44,7 @@ class AppendNotesToDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -37,9 +37,7 @@ class ClearBudget implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -37,9 +37,7 @@ class ClearCategory implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -38,9 +38,7 @@ class ClearNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -46,9 +46,7 @@ class ConvertToDeposit implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -45,9 +45,7 @@ class ConvertToTransfer implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
|
||||
|
@@ -46,9 +46,7 @@ class ConvertToWithdrawal implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -38,9 +38,7 @@ class DeleteTransaction implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -40,9 +40,7 @@ class LinkToBill implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -39,9 +39,7 @@ class MoveDescriptionToNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -45,9 +45,7 @@ class MoveNotesToDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -37,9 +37,7 @@ class PrependDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -37,9 +37,7 @@ class PrependNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -37,9 +37,7 @@ class RemoveAllTags implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -38,9 +38,7 @@ class RemoveTag implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -38,9 +38,7 @@ class SetAmount implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -39,9 +39,7 @@ class SetBudget implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -39,9 +39,7 @@ class SetCategory implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -39,9 +39,7 @@ class SetDescription implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -44,9 +44,7 @@ class SetDestinationAccount implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -42,9 +42,7 @@ class SetDestinationToCashAccount implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -36,9 +36,7 @@ class SetNotes implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -44,9 +44,7 @@ class SetSourceAccount implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -42,9 +42,7 @@ class SetSourceToCashAccount implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -39,9 +39,7 @@ class SwitchAccounts implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
@@ -40,9 +40,7 @@ class UpdatePiggyBank implements ActionInterface
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*/
|
||||
public function __construct(private readonly RuleAction $action)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly RuleAction $action) {}
|
||||
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user