We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3a007 commit 7b5b8f5Copy full SHA for 7b5b8f5
composer.json
@@ -16,7 +16,7 @@
16
"require": {
17
"php": ">=8.0",
18
"phpunit/phpunit": "^9.5",
19
- "phpstan/phpstan": "1.9.16"
+ "phpstan/phpstan": "^1.0.0"
20
},
21
"require-dev": {
22
"ergebnis/composer-normalize": "^2.1.1",
tests/phpstan.neon
@@ -1,15 +1,6 @@
1
includes:
2
- ../vendor/phpstan/phpstan-strict-rules/rules.neon
3
4
-services:
5
- scopeIsInClass:
6
- class: PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
7
- arguments:
8
- isInMethodName: isInClass
9
- removeNullMethodName: getClassReflection
10
- tags:
11
- - phpstan.typeSpecifier.methodTypeSpecifyingExtension
12
-
13
parameters:
14
checkMissingIterableValueType: false
15
ignoreErrors:
0 commit comments