-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
36 lines (30 loc) · 953 Bytes
/
phpstan-baseline.neon
File metadata and controls
36 lines (30 loc) · 953 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
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Comparison operation \"\\>\" between 100|125|200|100000 and 0 is always true\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^Else branch is unreachable because previous condition is always true\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#"
count: 1
path: ../src/Command/BlackjackCommand.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: ../src/Component/PharUpdate/Exception/Exception.php
-
message: "#^If condition is always true\\.$#"
count: 1
path: ../src/Host/Host.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: ../src/Importer/Importer.php