Updated phpstan config

This commit is contained in:
Jan Böhmer 2023-06-13 19:01:19 +02:00
parent fc75621f1a
commit f3f391ab43

View file

@ -1,11 +1,20 @@
parameters:
level: 5
paths:
- src
- tests
excludes_analyse:
- src/DataTables/Adapter/*
- src/Configuration/*
- src/Doctrine/Purger/*
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: false
symfony:
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
excludes_analyse:
- src/DataTables/Adapter/*
- src/Configuration/*
- src/Doctrine/Purger/*
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'