-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline-7x.neon
41 lines (34 loc) · 1.32 KB
/
phpstan-baseline-7x.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
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$args of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int, mixed\\> given\\.$#"
count: 1
path: src/Compat/CompatController.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/Control/SearchBar/Suggestions.php
-
message: "#^Parameter \\#1 \\$str of function rawurlencode expects string, mixed given\\.$#"
count: 1
path: src/Control/SearchBar/Terms.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, mixed given\\.$#"
count: 1
path: src/Control/SortControl.php
-
message: "#^Parameter \\#2 \\$str of function explode expects string, int\\|string\\|null given\\.$#"
count: 1
path: src/Control/SortControl.php
-
message: "#^Parameter \\#1 \\$str of function rawurlencode expects string, mixed given\\.$#"
count: 1
path: src/Filter/Renderer.php
-
message: "#^Parameter \\#1 \\$stack of function array_push expects array, mixed given\\.$#"
count: 1
path: src/FormElement/TermInput.php
-
message: "#^Parameter \\#1 \\$content of static method ipl\\\\Html\\\\Text\\:\\:create\\(\\) expects string, string\\|false\\|null given\\.$#"
count: 1
path: src/Widget/Tabs.php