-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
31 lines (26 loc) · 1.34 KB
/
phpstan-baseline.neon
File metadata and controls
31 lines (26 loc) · 1.34 KB
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: "#^Method Networkteam\\\\SentryClient\\\\Content\\\\ProductionExceptionHandler\\:\\:handle\\(\\) has parameter \\$contentObjectConfiguration with no value type specified in iterable type array\\.$#"
count: 1
path: Classes/Content/ProductionExceptionHandler.php
-
message: "#^Method Networkteam\\\\SentryClient\\\\ProductionExceptionHandler\\:\\:writeLog\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/ProductionExceptionHandler.php
-
message: "#^Method Networkteam\\\\SentryClient\\\\SentryLogWriter\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: Classes/SentryLogWriter.php
-
message: "#^Method Networkteam\\\\SentryClient\\\\Service\\\\ConfigurationService\\:\\:getExtConf\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Classes/Service/ConfigurationService.php
-
message: "#^Method Networkteam\\\\SentryClient\\\\Service\\\\ConfigurationService\\:\\:getNormalizedApplicationContext\\(\\) should return string but returns string\\|null\\.$#"
count: 1
path: Classes/Service/ConfigurationService.php
-
identifier: argument.type
path: Classes/EventListener/SystemInformationToolbarCollectorEventListener.php
reportUnmatched: false