Skip to content

Commit c34fa9a

Browse files
committed
cs
1 parent 9822fc2 commit c34fa9a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^8.2",
8-
"phpstan/phpstan": "^2.1",
8+
"phpstan/phpstan": "^2.1.30",
99
"webmozart/assert": "^1.11"
1010
},
1111
"require-dev": {

phpstan.neon

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ parameters:
2020
# overly detailed generics
2121
- '#Rector\\TypePerfect\\Tests\\Rules\\(.*?) generic (class|interface)#'
2222

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
23+
- identifier: phpstanApi.instanceofType
3024

3125
-
3226
identifier: phpstanApi.instanceofAssumption

0 commit comments

Comments
 (0)