mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated phpstan config
This commit is contained in:
parent
fc75621f1a
commit
f3f391ab43
1 changed files with 15 additions and 6 deletions
21
phpstan.neon
21
phpstan.neon
|
@ -1,11 +1,20 @@
|
||||||
parameters:
|
parameters:
|
||||||
|
|
||||||
|
level: 5
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src
|
||||||
|
- tests
|
||||||
|
|
||||||
|
excludes_analyse:
|
||||||
|
- src/DataTables/Adapter/*
|
||||||
|
- src/Configuration/*
|
||||||
|
- src/Doctrine/Purger/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inferPrivatePropertyTypeFromConstructor: true
|
inferPrivatePropertyTypeFromConstructor: true
|
||||||
treatPhpDocTypesAsCertain: false
|
treatPhpDocTypesAsCertain: false
|
||||||
|
|
||||||
symfony:
|
symfony:
|
||||||
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
|
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
|
||||||
|
|
||||||
excludes_analyse:
|
|
||||||
- src/DataTables/Adapter/*
|
|
||||||
- src/Configuration/*
|
|
||||||
- src/Doctrine/Purger/*
|
|
Loading…
Add table
Add a link
Reference in a new issue