0
0
Fork 0
typo3-linting-code-analyse-.../phpstan.neon

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