Skip to content

Commit 7b5b8f5

Browse files
FRW-998 Fix outdated class usage in tests
1 parent 4b3a007 commit 7b5b8f5

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=8.0",
1818
"phpunit/phpunit": "^9.5",
19-
"phpstan/phpstan": "1.9.16"
19+
"phpstan/phpstan": "^1.0.0"
2020
},
2121
"require-dev": {
2222
"ergebnis/composer-normalize": "^2.1.1",

tests/phpstan.neon

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
includes:
22
- ../vendor/phpstan/phpstan-strict-rules/rules.neon
33

4-
services:
5-
scopeIsInClass:
6-
class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
7-
arguments:
8-
isInMethodName: isInClass
9-
removeNullMethodName: getClassReflection
10-
tags:
11-
- phpstan.typeSpecifier.methodTypeSpecifyingExtension
12-
134
parameters:
145
checkMissingIterableValueType: false
156
ignoreErrors:

0 commit comments

Comments
 (0)