UPD to php 8.4

This commit is contained in:
2025-01-11 01:36:15 +03:00
parent 7f917ed0cb
commit 99d4587b3b
6 changed files with 233 additions and 164 deletions

14
phpstan.dist.neon Normal file
View File

@@ -0,0 +1,14 @@
parameters:
level: 5
paths:
- bin/
- config/
- public/
- src/
errorFormat: table
editorUrl: 'vscode://file/%%file%%:%%line%%'
editorUrlTitle: '%%relFile%%:%%line%%'
ignoreErrors:
- '#Construct empty\(\) is not allowed. Use more strict comparison.#'