mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -40,7 +40,7 @@ class ClearBudget implements ActionInterface
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function act(TransactionJournal $journal)
|
||||
public function act(TransactionJournal $journal): bool
|
||||
{
|
||||
$journal->budgets()->detach();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user