-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
31 lines (26 loc) · 947 Bytes
/
phpstan-baseline.neon
File metadata and controls
31 lines (26 loc) · 947 Bytes
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: "#^Property ProfessionalWiki\\\\WikibaseExport\\\\Presentation\\\\WideCsvPresenter\\:\\:\\$stream \\(resource\\) in isset\\(\\) is not nullable\\.$#"
count: 1
path: src/Presentation/WideCsvPresenter.php
-
message: "#^Property ProfessionalWiki\\\\WikibaseExport\\\\Presentation\\\\WideCsvPresenter\\:\\:\\$stream is never written, only read\\.$#"
count: 1
path: src/Presentation/WideCsvPresenter.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Presentation/WideCsvPresenter.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/WikibaseExportExtension.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/EntryPoints/SpecialWikibaseExport.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/EntryPoints/SpecialWikibaseExportConfig.php