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

11 lines
327 B
Text
Raw Normal View History

2020-02-01 17:00:03 +01:00
parameters:
inferPrivatePropertyTypeFromConstructor: true
2020-02-01 19:42:28 +01:00
treatPhpDocTypesAsCertain: false
2020-02-01 17:00:03 +01:00
symfony:
2020-05-10 17:20:41 +02:00
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
2020-02-01 17:00:03 +01:00
excludes_analyse:
- src/DataTables/Adapter/*
2022-03-04 13:22:40 +01:00
- src/Configuration/*
- src/Doctrine/Purger/*