Fixed phpstan issues

This commit is contained in:
Jan Böhmer 2026-03-07 22:30:39 +01:00
parent bcbbb1ecb9
commit 7f8f5990a7
5 changed files with 100 additions and 5 deletions

View file

@ -1,3 +1,6 @@
includes:
- phpstan.banned_code.neon
parameters:
level: 5
@ -6,9 +9,6 @@ parameters:
- src
# - tests
banned_code:
non_ignorable: false # Allow to ignore some banned code
excludePaths:
- src/DataTables/Adapter/*
- src/Configuration/*