mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Strict comparisons.
This commit is contained in:
@@ -254,7 +254,7 @@ final class Processor
|
||||
}
|
||||
|
||||
}
|
||||
$result = ($hitTriggers == $foundTriggers && $foundTriggers > 0);
|
||||
$result = ($hitTriggers === $foundTriggers && $foundTriggers > 0);
|
||||
Log::debug('Result of triggered()', ['hitTriggers' => $hitTriggers, 'foundTriggers' => $foundTriggers, 'result' => $result]);
|
||||
|
||||
return $result;
|
||||
|
Reference in New Issue
Block a user