mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
fix: resolve PHPstan errors
This commit is contained in:
@@ -133,7 +133,7 @@ class ActionExpression
|
||||
return $this->validationError === null;
|
||||
}
|
||||
|
||||
public function getValidationError()
|
||||
public function getValidationError(): ?SyntaxError
|
||||
{
|
||||
return $this->validationError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user