add missing astral package (#5182)

This commit is contained in:
Tomas Votruba 2021-01-14 13:03:13 +01:00 committed by GitHub
parent fc9acd9c21
commit 1cd0e1004f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,7 @@
"symfony/dependency-injection": "^5.1",
"symfony/finder": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",
"symplify/astral": "^9.0.34",
"symplify/autowire-array-parameter": "^9.0.34",
"symplify/console-color-diff": "^9.0.34",
"symplify/package-builder": "^9.0.34",

View File

@ -662,6 +662,15 @@ parameters:
- '#Content of method "getFqnClassName\(\)" is duplicated with method "resolveClass\(\)" in "Rector\\TypeDeclaration\\OverrideGuard\\ClassMethodReturnTypeOverrideGuard" class\. Use unique content or abstract service instead#'
- '#Content of method "loadFileToJson\(\)" is duplicated with method "readFileToJsonArray\(\)" in "Rector\\PSR4\\Composer\\PSR4AutoloadPathsProvider" class\. Use unique content or abstract service instead#'
- '#Content of method "resolveClass\(\)" is duplicated with method "getClassName\(\)" in "Rector\\Naming\\Naming\\PropertyNaming" class\. Use unique content or abstract service instead#'
- '#Content of method "getFqnClassName\(\)" is duplicated with method "getClassName\(\)" in "Rector\\Naming\\Naming\\PropertyNaming" class\. Use unique content or abstract service instead#'
- '#Content of method "resolveMethodCallVar\(\)" is duplicated with method "resolveMethodCallVar\(\)" in "Rector\\Defluent\\NodeFactory\\NonFluentChainMethodCallFactory" class\. Use unique content or abstract service instead#'
- '#Content of method "resolveClassName\(\)" is duplicated with method "resolveClass\(\)" in "Rector\\TypeDeclaration\\OverrideGuard\\ClassMethodReturnTypeOverrideGuard" class\. Use unique content or abstract service instead#'
- '#Content of method "refactor\(\)" is duplicated with method "refactor\(\)" in "Rector\\Nette\\Rector\\FuncCall\\PregMatchFunctionToNetteUtilsStringsRector" class\. Use unique content or abstract service instead#'
- '#Content of method "isInstancesOf\(\)" is duplicated with method "isTypes\(\)" in "Rector\\PHPUnit\\Rector\\MethodCall\\AssertEqualsToSameRector" class\. Use unique content or abstract service instead#'
- '#Content of method "getFullyQualifiedName\(\)" is duplicated with method "resolveClass\(\)" in "Rector\\TypeDeclaration\\OverrideGuard\\ClassMethodReturnTypeOverrideGuard" class\. Use unique content or abstract service instead#'
- '#Content of method "getClassName\(\)" is duplicated with method "getFullyQualifiedName\(\)" in "Rector\\TypeDeclaration\\Rector\\FunctionLike\\ParamTypeDeclarationRector" class\. Use unique content or abstract service instead#'
- '#Content of method "getClassName\(\)" is duplicated with method "resolveClass\(\)" in "Rector\\TypeDeclaration\\OverrideGuard\\ClassMethodReturnTypeOverrideGuard" class\. Use unique content or abstract service instead#'
- '#Content of method "resolveClassName\(\)" is duplicated with method "getClassName\(\)" in "Rector\\Naming\\Naming\\PropertyNaming" class\. Use unique content or abstract service instead#'
-
message: '#Do not use setter on a service#'