mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 01:09:36 +00:00
Fixed phpstan issues
This commit is contained in:
parent
bcbbb1ecb9
commit
7f8f5990a7
5 changed files with 100 additions and 5 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue