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 4110fdd commit ba21150Copy full SHA for ba21150
phpstan.neon
@@ -384,7 +384,7 @@ parameters:
384
-
385
path: src/PhpParser/NodeTraverser/RectorNodeTraverser.php
386
identifier: symplify.forbiddenFuncCall
387
- - '#Parameter 1 should use "Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface" type as the only type passed to this method#'
+ - '#Parameter \d should use "Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface" type as the only type passed to this method#'
388
- '#Parameter \#1 \$stmtsAware of method (.*?) expects Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface#'
389
390
- '#Method (.*?) should return Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface\|null but returns (.*?)\|null#'
0 commit comments