fix(devops): repair phpstan config so static analysis runs again
- container_xml_path -> containerXmlPath (phpstan-symfony v2 rename); the old key made phpstan abort with an invalid-configuration error, so analysis silently never ran - add the missing tests/doctrine_object_manager.php loader - drop a stale ignoreErrors pattern phpstan now runs and surfaces 42 pre-existing level-5 errors (tracked separately).
This commit is contained in:
+1
-3
@@ -7,8 +7,6 @@ parameters:
|
||||
paths:
|
||||
- src
|
||||
symfony:
|
||||
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
|
||||
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
|
||||
doctrine:
|
||||
objectManagerLoader: tests/doctrine_object_manager.php
|
||||
ignoreErrors:
|
||||
- '#Call to an undefined method Doctrine\\ORM\\QueryBuilder::#'
|
||||
|
||||
Reference in New Issue
Block a user