mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix some issues that triggered in scrutinizer.
This commit is contained in:
@@ -43,11 +43,11 @@ final class NotesStart extends AbstractTrigger implements 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
|
||||
{
|
||||
if (null !== $value) {
|
||||
$res = '' === (string)$value;
|
||||
|
Reference in New Issue
Block a user