mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
fix: resolve PHPstan errors
This commit is contained in:
parent
c4bf2aae7d
commit
1ec830521a
@ -21,6 +21,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Rules;
|
||||
|
||||
use Closure;
|
||||
|
@ -133,7 +133,7 @@ class ActionExpression
|
||||
return $this->validationError === null;
|
||||
}
|
||||
|
||||
public function getValidationError()
|
||||
public function getValidationError(): ?SyntaxError
|
||||
{
|
||||
return $this->validationError;
|
||||
}
|
||||
|
@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\TransactionRules\Expressions;
|
||||
|
||||
use Symfony\Component\ExpressionLanguage\ExpressionFunction;
|
||||
|
Loading…
Reference in New Issue
Block a user