We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f335898 commit bffdf03Copy full SHA for bffdf03
phpstan.neon
@@ -9,15 +9,15 @@ parameters:
9
10
services:
11
scopeIsInClass:
12
- class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension
+ class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
13
arguments:
14
isInMethodName: isInClass
15
removeNullMethodName: getClassReflection
16
tags:
17
- phpstan.typeSpecifier.methodTypeSpecifyingExtension
18
19
scopeIsInTrait:
20
21
22
isInMethodName: isInTrait
23
removeNullMethodName: getTraitReflection
0 commit comments