forked from ProfessionalWiki/Maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
32 lines (26 loc) · 958 Bytes
/
phpstan-baseline.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
parameters:
ignoreErrors:
-
message: "#^Call to static method getInstance\\(\\) on an unknown class SMW\\\\ApplicationFactory\\.$#"
count: 1
path: src/MapsFactory.php
-
message: "#^Method Maps\\\\MapsFactory\\:\\:getSmwFactory\\(\\) has invalid return type SMW\\\\ApplicationFactory\\.$#"
count: 1
path: src/MapsFactory.php
-
message: "#^Access to constant PRINT_THIS on an unknown class SMWPrintRequest\\.$#"
count: 1
path: src/MapsHooks.php
-
message: "#^Call to an undefined static method MediaWiki\\\\Settings\\\\SettingsBuilder\\:\\:getInstance\\(\\)\\.$#"
count: 1
path: src/MapsHooks.php
-
message: "#^Call to static method newFromExternalLink\\(\\) on an unknown class AlItem\\.$#"
count: 1
path: src/MapsHooks.php
-
message: "#^Parameter \\$admin_links_tree of method Maps\\\\MapsHooks\\:\\:addToAdminLinks\\(\\) has invalid type ALTree\\.$#"
count: 1
path: src/MapsHooks.php