Skip to content

Commit 642ea2b

Browse files
committed
TASK: Remove unmatched ignored errors
1 parent 76f4072 commit 642ea2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ parameters:
1515
- '*tests/*/Fixture/*'
1616
- '*tests/*/Source/*'
1717
ignoreErrors:
18-
- "#^Call to static method resolve\\(\\) on an unknown class TYPO3\\\\CMS\\\\Extbase\\\\Validation\\\\ValidatorClassNameResolver\\.$#"
1918
-
2019
message: '#^Class TYPO3\\CMS\\Core\\Context\\[a-zA-Z]* not found\.#'
2120
path: src/Type/ContextDynamicReturnTypeExtension.php
2221
-
2322
message: "#^Calling PHPStan\\\\Reflection\\\\InitializerExprTypeResolver\\:\\:getClassConstFetchType\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
2423
count: 1
2524
path: src/Rule/ValidatorResolverOptionsRule.php
26-
-
27-
message: "#^Class TYPO3\\\\CMS\\\\Extbase\\\\Validation\\\\ValidatorClassNameResolvers not found\\.$#"
28-
count: 1
29-
path: src/Service/ValidatorClassNameResolver.php

0 commit comments

Comments
 (0)