|
| 1 | +parameters: |
| 2 | + level: 9 |
| 3 | + |
| 4 | + ignoreErrors: |
| 5 | + - identifier: missingType.iterableValue |
| 6 | + path: 'src/Scoper/Composer/AutoloadPrefixer.php' |
| 7 | + - identifier: missingType.iterableValue |
| 8 | + message: '#\$config#' |
| 9 | + path: 'src/Configuration/ConfigurationFactory.php' |
| 10 | + - message: '#Cannot cast array\<string\>\|string to string\.#' |
| 11 | + path: 'src/Patcher/SymfonyPatcher.php' |
| 12 | + - message: '#Parameter \#1 \$nodes of method PhpParser\\NodeTraverserInterface::traverse\(\) expects array\<PhpParser\\Node\>, array\<PhpParser\\Node\\Stmt\>\|null given\.#' |
| 13 | + path: 'src/Scoper/PhpScoper.php' |
| 14 | + - message: '#UseStmtManipulator::getOriginalName\(\) should return#' |
| 15 | + path: 'src/PhpParser/NodeVisitor/UseStmt/UseStmtManipulator.php' |
| 16 | + - message: '#IdentifierResolver::resolveIdentifier\(\) should return#' |
| 17 | + path: 'src/PhpParser/NodeVisitor/Resolver/IdentifierResolver.php' |
| 18 | + - message: '#ParentNodeAppender::getParent\(\) should return#' |
| 19 | + path: 'src/PhpParser/NodeVisitor/AttributeAppender/ParentNodeAppender.php' |
| 20 | + - message: '#ParentNodeAppender::findParent\(\) should return#' |
| 21 | + path: 'src/PhpParser/NodeVisitor/AttributeAppender/ParentNodeAppender.php' |
| 22 | + - message: '#OriginalNameResolver::getOriginalName\(\) should return#' |
| 23 | + path: 'src/PhpParser/NodeVisitor/Resolver/OriginalNameResolver.php' |
| 24 | + - message: '#NamespaceManipulator::getOriginalName\(\) should return#' |
| 25 | + path: 'src/PhpParser/NodeVisitor/NamespaceStmt/NamespaceManipulator.php' |
| 26 | + - message: '#::concat\(\) should return .+Name but returns .+\|null#' |
| 27 | + path: 'src/PhpParser/Node/NameFactory.php' |
| 28 | + - message: '#concat\(\) should return .+FullyQualified but returns .+\|null#' |
| 29 | + path: 'src/PhpParser/Node/FullyQualifiedFactory.php' |
| 30 | + - message: '#Scoper::scope\(\) expects string\, mixed given\.#' |
| 31 | + path: 'src/Scoper/PatchScoper.php' |
| 32 | + - message: '#Scoper::scope\(\) expects string\, mixed given\.#' |
| 33 | + path: 'src/Scoper/PhpScoper.php' |
| 34 | + - message: '#Scoper::scope\(\) expects string\, mixed given\.#' |
| 35 | + path: 'src/Scoper/Symfony/XmlScoper.php' |
| 36 | + - message: '#Scoper::scope\(\) expects string\, mixed given\.#' |
| 37 | + path: 'src/Scoper/Symfony/YamlScoper.php' |
| 38 | + - message: '#Scoper::scope\(\) expects string\, mixed given\.#' |
| 39 | + path: 'src/Scoper/SymfonyScoper.php' |
| 40 | + - message: '#unserialize#' |
| 41 | + path: 'src/Symbol/SymbolsRegistry.php' |
| 42 | + - message: '#Stmt\:\:\$stmts#' |
| 43 | + path: 'src/PhpParser/NodeVisitor/ClassAliasStmtAppender.php' |
| 44 | + # Fixed in https://github.com/nikic/PHP-Parser/pull/1003 |
| 45 | + - message: '#Standard constructor expects array#' |
| 46 | + path: 'src/Container.php' |
0 commit comments