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 c7cfa82 commit 9329da8Copy full SHA for 9329da8
phpstan.neon
@@ -52,3 +52,8 @@ parameters:
52
-
53
message: '#Cannot call method getName\(\) on PHPStan\\Reflection\\ClassReflection\|null#'
54
path: rules/CodeQuality/Reflection/MethodParametersAndReturnTypesResolver.php
55
+
56
+ # due to https://github.com/rectorphp/type-perfect/pull/69
57
+ -
58
+ message: '#Parameters should have "PhpParser\\Node\\Stmt\\Expression" types as the only types passed to this method#'
59
+ path: rules/PHPUnit100/Rector/StmtsAwareInterface/ExpectsMethodCallDecorator.php
0 commit comments