-
Notifications
You must be signed in to change notification settings - Fork 5
/
phpstan.neon
26 lines (25 loc) · 998 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
level: max
paths:
- Classes
- Tests
ignoreErrors:
-
message: '#Property Hoogi91\\Spreadsheets\\Service\\CellService::\$currentLocales.*does not accept string|TYPO3\\CMS\\Core\\Localization\\Locale#'
path: Classes/Service/CellService.php
count: 1
-
message: '#Class TYPO3\\CMS\\Fluid\\Core\\ViewHelper\\ViewHelperResolver constructor invoked with 3 parameters, 2 required#'
path: Tests/Functional/ViewHelpers/AbstractViewHelperTestCase.php
count: 1
-
message: '#Class TYPO3\\CMS\\Extbase\\Object\\ObjectManager not found#'
path: Tests/Functional/ViewHelpers/AbstractViewHelperTestCase.php
count: 1
-
message: '#Parameter \#2 \$namespaces of class TYPO3\\CMS\\Fluid\\Core\\ViewHelper\\ViewHelperResolver constructor expects#'
path: Tests/Functional/ViewHelpers/AbstractViewHelperTestCase.php
count: 1
includes:
- .Build/vendor/bnf/phpstan-psr-container/extension.neon
- .Build/vendor/friendsoftypo3/phpstan-typo3/extension.neon