mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Fix some issues that triggered in scrutinizer.
This commit is contained in:
@@ -41,11 +41,11 @@ interface TriggerInterface
|
||||
* (even if it will still include 99.9% of the users transactions), this method MUST return
|
||||
* false.
|
||||
*
|
||||
* @param null $value
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function willMatchEverything($value = null);
|
||||
public static function willMatchEverything($value = null): bool;
|
||||
|
||||
/**
|
||||
* Triggers on a value and journal.
|
||||
|
||||
Reference in New Issue
Block a user