-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
49 lines (42 loc) · 1.73 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
49 lines (42 loc) · 1.73 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
parameters:
ignoreErrors:
-
message: '#^Variable \$content on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 1
path: src/CloakingsPalladium/PalladiumHttpClient.php
-
message: '#^Variable \$data on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 1
path: src/CloakingsPalladium/PalladiumHttpClient.php
-
message: '#^Variable \$headers on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 1
path: src/CloakingsPalladium/PalladiumHttpClient.php
-
message: '#^Variable \$status on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 1
path: src/CloakingsPalladium/PalladiumHttpClient.php
-
message: '#^Variable \$time on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 1
path: src/CloakingsPalladium/PalladiumHttpClient.php
-
message: '#^Method Cloakings\\CloakingsPalladium\\PalladiumRenderer\:\:getDefaultAnswer\(\) is unused\.$#'
identifier: method.unused
count: 1
path: src/CloakingsPalladium/PalladiumRenderer.php
-
message: '#^Result of \|\| is always true\.$#'
identifier: booleanOr.alwaysTrue
count: 1
path: src/CloakingsPalladium/PalladiumRenderer.php
-
message: '#^Strict comparison using \=\=\= between Cloakings\\CloakingsPalladium\\PalladiumApiResponseModeEnum\:\:EmptyIfEmptyStatus and Cloakings\\CloakingsPalladium\\PalladiumApiResponseModeEnum\:\:EmptyIfEmptyStatus will always evaluate to true\.$#'
identifier: identical.alwaysTrue
count: 1
path: src/CloakingsPalladium/PalladiumRenderer.php