Skip to content

Commit 9329da8

Browse files
authored
Ignote PHPStan notice on ExpectsMethodCallDecorator (#551)
1 parent c7cfa82 commit 9329da8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ parameters:
5252
-
5353
message: '#Cannot call method getName\(\) on PHPStan\\Reflection\\ClassReflection\|null#'
5454
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

Comments
 (0)