0
0
typo3-linting-code-analyse-.../phpstan.neon
2020-01-06 18:13:44 +01:00

12 lines
676 B
Plaintext

parameters:
level: 8
ignoreErrors:
- '/Constant TYPO3_MODE not found./'
- '/Undefined variable: \$_EXTKEY/'
- '/Call to an undefined( static)? method (.*?)Repository::countBy(.*?)\(\)./'
- '/Call to an undefined( static)? method (.*?)Repository::find(One)?By(.*?)\(\)./'
- '/Cannot call method getFirst\(\) on array|TYPO3\\CMS\\Extbase\\Persistence\\QueryResultInterface./'
- '/Method TYPO3\\CMS\\Extbase\\Persistence\\QueryInterface::logical(And|Or)\(\) invoked with ([0-9]+) parameters, 1 required./'
- '/Method TYPO3\\CMS\\Extbase\\Object\\ObjectManagerInterface::get\(\) invoked with ([0-9]+) parameters, 1 required./'
reportUnmatchedIgnoredErrors: false