-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan.neon
34 lines (31 loc) · 1.54 KB
/
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
27
28
29
30
31
32
33
34
parameters:
level: 5
bootstrapFiles:
- "%currentWorkingDirectory%/.Build/vendor/autoload.php"
- "%currentWorkingDirectory%/Resources/Private/PHP/Composer/autoload.php"
paths:
- %currentWorkingDirectory%/Classes
- %currentWorkingDirectory%/ext_localconf.php
- %currentWorkingDirectory%/ext_emconf.php
reportUnmatchedIgnoredErrors: false
ignoreErrors:
-
message: "#^Constant LF not found\\.$#"
count: 1
path: Classes/Command/MigrateSwitchableControllerActionsCommand.php
-
message: "#^Call to static method addRulesForFrontend\\(\\) on an unknown class DMK\\\\MkSanitizedParameters\\\\Rules\\.$#"
count: 1
path: ext_localconf.php
-
message: "#^Call to method checkRecord\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Page\\\\PageRepository\\.$#"
count: 1
path: Classes/Action/Ajax/ContentRendererAction.php
-
message: "#^Call to method getLanguageOverlay\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Page\\\\PageRepository\\.$#"
count: 1
path: Classes/Utility/Menu/Processor/TranslatedRecords.php
-
message: "#^Call to method getRecordOverlay\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Page\\\\PageRepository\\.$#"
count: 1
path: Classes/Utility/Menu/Processor/TranslatedRecords.php