Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4867807

Browse files
committedFeb 26, 2019
Seperate rules from extension as in other phpstan extensions
1 parent 1ef2927 commit 4867807

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎extension.neon

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ parameters:
22
symfony:
33
constant_hassers: true
44

5-
rules:
6-
- PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule
7-
- PHPStan\Rules\Symfony\ContainerInterfaceUnknownServiceRule
8-
95
services:
106
# service map
117
symfony.serviceMapFactory:

‎rules.neon

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rules:
2+
- PHPStan\Rules\Symfony\ContainerInterfacePrivateServiceRule
3+
- PHPStan\Rules\Symfony\ContainerInterfaceUnknownServiceRule

0 commit comments

Comments
 (0)
Please sign in to comment.