[TOOLS] Remove CodeCeption files from composer autoload-dev, since they're not available before installing, and ignore errors in PHPStan
This commit is contained in:
parent
65504b72bb
commit
f3a7e8f04d
|
@ -112,11 +112,7 @@
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\Tests\\": "tests/"
|
"App\\Tests\\": "tests/"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
"tests/CodeCeption/_support/_generated/AcceptanceTesterActions.php",
|
|
||||||
"tests/CodeCeption/_support/AcceptanceTester.php"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"paragonie/random_compat": "2.*",
|
"paragonie/random_compat": "2.*",
|
||||||
|
|
|
@ -25,6 +25,11 @@ parameters:
|
||||||
message: '/^Property App\\PHPStan\\ClassFromTableNameDynamicStaticMethodReturnTypeExtension::\$provider is never read, only written\./'
|
message: '/^Property App\\PHPStan\\ClassFromTableNameDynamicStaticMethodReturnTypeExtension::\$provider is never read, only written\./'
|
||||||
path: src/PHPStan/ClassFromTableNameDynamicStaticMethodReturnTypeExtension.php
|
path: src/PHPStan/ClassFromTableNameDynamicStaticMethodReturnTypeExtension.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: '/Access to constant STANDARD_WCAG2A?A?A? on an unknown class Helper\\AccessibilityValidator/'
|
||||||
|
paths:
|
||||||
|
- *
|
||||||
|
|
||||||
# -
|
# -
|
||||||
# message: '/has no return typehint specified/'
|
# message: '/has no return typehint specified/'
|
||||||
# paths:
|
# paths:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user