Browse Source

[TOOLS][PHPStan] Ignore errors due to lack of namespace in CodeCeption acceptance tester

oauth1
Hugo Sales 1 year ago
parent
commit
9e891ed020
Signed by: someonewithpc <hugo@hsal.es> GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      phpstan.neon

+ 6
- 1
phpstan.neon View File

@@ -26,7 +26,12 @@ parameters:
path: src/PHPStan/ClassFromTableNameDynamicStaticMethodReturnTypeExtension.php

-
message: '/Access to constant STANDARD_WCAG2A?A?A? on an unknown class Helper\\AccessibilityValidator/'
message: '/Parameter \$I of method [a-zA-Z]+::[a-zA-Z_]+\(\) has invalid type AcceptanceTester\./'
paths:
- *

-
message: '/Call to method [a-zA-Z]+\(\) on an unknown class AcceptanceTester\./'
paths:
- *



Loading…
Cancel
Save