diff --git a/phpstan.neon b/phpstan.neon index 3a89308f..0ef58265 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,7 +9,7 @@ parameters: services: scopeIsInClass: - class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension + class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension arguments: isInMethodName: isInClass removeNullMethodName: getClassReflection @@ -17,7 +17,7 @@ services: - phpstan.typeSpecifier.methodTypeSpecifyingExtension scopeIsInTrait: - class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension + class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension arguments: isInMethodName: isInTrait removeNullMethodName: getTraitReflection