-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 1.12 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
27
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Argument of an invalid type array\\<string, bool\\|string\\>\\|bool\\|string supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Validator/AbstractValidator.php
-
message: "#^Parameter \\#1 \\$string of function substr expects string, bool\\|string given\\.$#"
count: 1
path: src/Validator/AbstractValidator.php
-
message: "#^Parameter \\#2 \\$key of static method MadeSimple\\\\Arrays\\\\ArrDots\\:\\:get\\(\\) expects string, array\\<string, bool\\|string\\>\\|bool\\|string given\\.$#"
count: 2
path: src/Validator/AbstractValidator.php
-
message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, bool\\|string given\\.$#"
count: 1
path: src/Validator/AbstractValidator.php
-
message: "#^Possibly invalid array key type array\\<string, bool\\|string\\>\\|bool\\|string\\.$#"
count: 2
path: src/Validator/AbstractValidator.php
-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, bool\\|string given\\.$#"
count: 1
path: src/Validator/Helper/Str.php