Skip to content

Commit

Permalink
Merge pull request #105 from sasezaki/remove-services
Browse files Browse the repository at this point in the history
Remove services section from `phpstan.neon.dist`
  • Loading branch information
Ocramius committed Jan 14, 2024
2 parents fdebe1e + 8bb060a commit c2a1929
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ parameters:
- %currentWorkingDirectory%/tests/src
level: 8

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

0 comments on commit c2a1929

Please sign in to comment.