-
Notifications
You must be signed in to change notification settings - Fork 34
/
phpstan-baseline.neon
26 lines (22 loc) · 1.2 KB
/
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
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