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:
22
22
- vendor/lookyman/phpstan-symfony/extension.neon
23
23
parameters:
24
24
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+
26
26
```
27
27
28
28
## Limitations
29
29
30
30
It can only recognize pure strings or ` ::class ` constants passed into ` get() ` method. This follows from the nature of static code analysis.
31
31
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.
33
33
34
34
## Need something?
35
35
You can’t perform that action at this time.
0 commit comments