Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bffdf03

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /