mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix various code.
This commit is contained in:
@@ -135,7 +135,7 @@ class ActionExpression
|
||||
|
||||
public function isValid(): bool
|
||||
{
|
||||
return null === $this->validationError;
|
||||
return !$this->validationError instanceof SyntaxError;
|
||||
}
|
||||
|
||||
private function evaluateExpression(string $expr, array $journal): string
|
||||
|
Reference in New Issue
Block a user