Part-DB.Part-DB-server/phpstan.neon

20 lines
395 B
Text
Raw Normal View History

2020-02-01 17:00:03 +01:00
parameters:
2023-06-13 19:01:19 +02:00
level: 5
paths:
- src
2023-06-13 19:06:50 +02:00
# - tests
2023-06-13 19:01:19 +02:00
2023-06-13 19:06:50 +02:00
excludePaths:
2023-06-13 19:01:19 +02:00
- src/DataTables/Adapter/*
- src/Configuration/*
- src/Doctrine/Purger/*
2020-02-01 17:00:03 +01:00
inferPrivatePropertyTypeFromConstructor: true
2020-02-01 19:42:28 +01:00
treatPhpDocTypesAsCertain: false
2020-02-01 17:00:03 +01:00
symfony:
2023-06-13 19:01:19 +02:00
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'