Skip to content

Commit 7990849

Browse files
committed
Rename srcDevDebugProjectContainerXml to container_xml_path
1 parent 1b7b77b commit 7990849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ includes:
2020
- vendor/lookyman/phpstan-symfony/extension.neon
2121
parameters:
2222
symfony:
23-
srcDevDebugProjectContainerXml: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
23+
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
2424
```
2525

2626
## Limitations

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ services:
1111
-
1212
class: Lookyman\PHPStan\Symfony\Rules\ContainerInterfaceUnknownServiceRule
1313
tags: [phpstan.rules.rule]
14-
- Lookyman\PHPStan\Symfony\ServiceMap(%symfony.srcDevDebugProjectContainerXml%)
14+
- Lookyman\PHPStan\Symfony\ServiceMap(%symfony.container_xml_path%)

0 commit comments

Comments
 (0)