diff --git a/phpstan.neon b/phpstan.neon index e0e0e662..4aa7c6a3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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/* \ No newline at end of file + container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml' \ No newline at end of file