Skip to content

Commit afd8efa

Browse files
authored
Merge pull request phpstan#25 from Kocal/patch-1
Update usage section for Symfony 4.2
2 parents 6f200b0 + 5453e03 commit afd8efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ includes:
3030
parameters:
3131
symfony:
3232
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
33+
# or with Symfony 4.2+
34+
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
3335
```
3436

3537
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.

0 commit comments

Comments
 (0)