Fix static analysis CI step error
Some checks failed
CI / ci (push) Failing after 8m38s

This commit is contained in:
myrmidex 2026-06-06 07:58:31 +00:00
parent 0f32bf59a3
commit 7fbe8754c9
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -23,4 +23,5 @@
###> phpstan/phpstan ###
phpstan.*
!phpstan.dist.neon
###< phpstan/phpstan ###

10
phpstan.dist.neon Normal file
View file

@ -0,0 +1,10 @@
parameters:
level: 6
paths:
- bin/
- config/
- public/
- src/
- tests/
includes:
- phpstan-baseline.neon