Skip to content

Commit bffdf03

Browse files
committed
Updated PHPStan
1 parent f335898 commit bffdf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ parameters:
99

1010
services:
1111
scopeIsInClass:
12-
class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension
12+
class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
1313
arguments:
1414
isInMethodName: isInClass
1515
removeNullMethodName: getClassReflection
1616
tags:
1717
- phpstan.typeSpecifier.methodTypeSpecifyingExtension
1818

1919
scopeIsInTrait:
20-
class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension
20+
class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
2121
arguments:
2222
isInMethodName: isInTrait
2323
removeNullMethodName: getTraitReflection

0 commit comments

Comments
 (0)