We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9822fc2 commit c34fa9aCopy full SHA for c34fa9a
2 files changed
composer.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"require": {
7
"php": "^8.2",
8
- "phpstan/phpstan": "^2.1",
+ "phpstan/phpstan": "^2.1.30",
9
"webmozart/assert": "^1.11"
10
},
11
"require-dev": {
phpstan.neon
@@ -20,13 +20,7 @@ parameters:
20
# overly detailed generics
21
- '#Rector\\TypePerfect\\Tests\\Rules\\(.*?) generic (class|interface)#'
22
23
- -
24
- identifier: phpstanApi.instanceofType
25
- paths:
26
- - src/Printer/CollectorMetadataPrinter.php
27
- - src/Rules/NarrowPrivateClassMethodParamTypeRule.php
28
- - src/Rules/NoArrayAccessOnObjectRule.php
29
- - src/Rules/ReturnNullOverFalseRule.php
+ - identifier: phpstanApi.instanceofType
30
31
-
32
identifier: phpstanApi.instanceofAssumption
0 commit comments