Skip to content

Commit e310504

Browse files
committed
add baseline
1 parent a92f06e commit e310504

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

phpstan-baseline.neon

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
parameters:
2+
ignoreErrors:
3+
-
4+
message: "#^Negated boolean expression is always false\\.$#"
5+
count: 1
6+
path: src/Registry.php
7+
8+
-
9+
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(string\\)\\: bool\\)\\|null, 'strlen' given\\.$#"
10+
count: 3
11+
path: src/Registry.php
12+
13+
-
14+
message: "#^Result of \\|\\| is always false\\.$#"
15+
count: 1
16+
path: src/Registry.php
17+
18+
-
19+
message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
20+
count: 1
21+
path: src/Registry.php
22+
23+
-
24+
message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
25+
count: 1
26+
path: src/Registry.php

0 commit comments

Comments
 (0)