We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7b77b commit 7990849Copy full SHA for 7990849
README.md
@@ -20,7 +20,7 @@ includes:
20
- vendor/lookyman/phpstan-symfony/extension.neon
21
parameters:
22
symfony:
23
- srcDevDebugProjectContainerXml: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
+ container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
24
```
25
26
## Limitations
extension.neon
@@ -11,4 +11,4 @@ services:
11
-
12
class: Lookyman\PHPStan\Symfony\Rules\ContainerInterfaceUnknownServiceRule
13
tags: [phpstan.rules.rule]
14
- - Lookyman\PHPStan\Symfony\ServiceMap(%symfony.srcDevDebugProjectContainerXml%)
+ - Lookyman\PHPStan\Symfony\ServiceMap(%symfony.container_xml_path%)
0 commit comments