Skip to content

Commit

Permalink
Updated PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 22, 2018
1 parent f335898 commit bffdf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ parameters:

services:
scopeIsInClass:
class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension
class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
arguments:
isInMethodName: isInClass
removeNullMethodName: getClassReflection
tags:
- phpstan.typeSpecifier.methodTypeSpecifyingExtension

scopeIsInTrait:
class: PHPStan\Build\ScopeIsInClassTypeSpecifyingExtension
class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
arguments:
isInMethodName: isInTrait
removeNullMethodName: getTraitReflection
Expand Down

0 comments on commit bffdf03

Please sign in to comment.