mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -43,5 +43,5 @@ interface TriggerInterface
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function triggered(TransactionJournal $journal);
|
||||
public function triggered(TransactionJournal $journal): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user