Skip to content

Commit 924746c

Browse files
committed
Improved docs
1 parent 576cc14 commit 924746c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ includes:
2222
- vendor/lookyman/phpstan-symfony/extension.neon
2323
parameters:
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

3030
It 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

0 commit comments

Comments
 (0)