Skip to content

Commit

Permalink
FRW-998 Fix outdated class usage in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-spryker committed Oct 31, 2023
1 parent 4b3a007 commit 7b5b8f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=8.0",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "1.9.16"
"phpstan/phpstan": "^1.0.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.1.1",
Expand Down
9 changes: 0 additions & 9 deletions tests/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
includes:
- ../vendor/phpstan/phpstan-strict-rules/rules.neon

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

parameters:
checkMissingIterableValueType: false
ignoreErrors:
Expand Down

0 comments on commit 7b5b8f5

Please sign in to comment.