Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7990849

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /