Skip to content

Commit 1bb0ce4

Browse files
authored
Clean up PHPStan ignore errors (#549)
1 parent 76ea116 commit 1bb0ce4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phpstan.neon

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,9 @@ parameters:
4646
-
4747
identifier: argument.type
4848

49-
# phpstan instanceof
50-
-
51-
identifier: phpstanApi.instanceofAssumption
52-
53-
-
54-
identifier: phpstanApi.varTagAssumption
55-
5649
-
5750
identifier: assign.propertyType
5851

59-
- '#::provideMinPhpVersion\(\) never returns \d+ so it can be removed from the return type#'
60-
6152
-
6253
message: '#Cannot call method getName\(\) on PHPStan\\Reflection\\ClassReflection\|null#'
6354
path: rules/CodeQuality/Reflection/MethodParametersAndReturnTypesResolver.php

0 commit comments

Comments
 (0)