File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"require" : {
9
9
"php" : " ^7.2 || ^8.0" ,
10
- "phpstan/phpstan" : " ^1.8 .0"
10
+ "phpstan/phpstan" : " ^1.9 .0"
11
11
},
12
12
"conflict" : {
13
13
"phpunit/phpunit" : " <7.0"
Original file line number Diff line number Diff line change @@ -8,20 +8,3 @@ includes:
8
8
parameters :
9
9
excludePaths :
10
10
- tests/*/data/*
11
-
12
- services :
13
- scopeIsInClass :
14
- class : PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
15
- arguments :
16
- isInMethodName : isInClass
17
- removeNullMethodName : getClassReflection
18
- tags :
19
- - phpstan.typeSpecifier.methodTypeSpecifyingExtension
20
-
21
- scopeIsInTrait :
22
- class : PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
23
- arguments :
24
- isInMethodName : isInTrait
25
- removeNullMethodName : getTraitReflection
26
- tags :
27
- - phpstan.typeSpecifier.methodTypeSpecifyingExtension
You can’t perform that action at this time.
0 commit comments