We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ea116 commit 1bb0ce4Copy full SHA for 1bb0ce4
phpstan.neon
@@ -46,18 +46,9 @@ parameters:
46
-
47
identifier: argument.type
48
49
- # phpstan instanceof
50
- -
51
- identifier: phpstanApi.instanceofAssumption
52
53
54
- identifier: phpstanApi.varTagAssumption
55
56
57
identifier: assign.propertyType
58
59
- - '#::provideMinPhpVersion\(\) never returns \d+ so it can be removed from the return type#'
60
61
62
message: '#Cannot call method getName\(\) on PHPStan\\Reflection\\ClassReflection\|null#'
63
path: rules/CodeQuality/Reflection/MethodParametersAndReturnTypesResolver.php
0 commit comments