File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ includes:
2222 - vendor/lookyman/phpstan-symfony/extension.neon
2323parameters:
2424 symfony:
25- container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer .xml # or appDevDebugProjectContainer .xml for Symfony < 4
25+ container_xml_path: %rootDir%/../../../var/cache/dev/appDevDebugProjectContainer .xml # or srcDevDebugProjectContainer .xml for Symfony 4+
2626```
2727
2828## Limitations
2929
3030It can only recognize pure strings or ` ::class ` constants passed into ` get() ` method. This follows from the nature of static code analysis.
3131
32- You have to provide a path to ` srcDevDebugProjectContainer .xml` or similar xml file describing your container.
32+ You have to provide a path to ` appDevDebugProjectContainer .xml` or similar xml file describing your container.
3333
3434## Need something?
3535
You can’t perform that action at this time.
0 commit comments