forked from programmfabrik/typo3-easydb-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline^11.5.36.neon
36 lines (30 loc) · 1.43 KB
/
phpstan-baseline^11.5.36.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
35
36
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\FormProtection\\\\FormProtectionFactory\\:\\:createForType\\(\\)\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Page\\\\PageRenderer\\:\\:loadJavaScriptModule\\(\\)\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Call to method getButtons\\(\\) on an unknown class TYPO3\\\\CMS\\\\Backend\\\\Template\\\\Components\\\\ModifyButtonBarEvent\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Call to method setButtons\\(\\) on an unknown class TYPO3\\\\CMS\\\\Backend\\\\Template\\\\Components\\\\ModifyButtonBarEvent\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Cannot assign offset 'easydb' to array\\|string\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Parameter \\$event of method Easydb\\\\Typo3Integration\\\\Hook\\\\FileListButtonListener\\:\\:addButton\\(\\) has invalid type TYPO3\\\\CMS\\\\Backend\\\\Template\\\\Components\\\\ModifyButtonBarEvent\\.$#"
count: 1
path: Classes/Hook/FileListButtonListener.php
-
message: "#^Instanceof between string and TYPO3\\\\CMS\\\\Core\\\\Localization\\\\Locale will always evaluate to false\\.$#"
count: 1
path: Classes/Persistence/SystemLanguages.php