Skip to content

Commit 087ea0e

Browse files
Cleanup phpstan-baseline
1 parent fb30338 commit 087ea0e

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

phpstan-baseline-8x.neon

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,49 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Parameter \\#2 \\$values of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int\\|string, mixed\\> given\\.$#"
4+
message: '#^Parameter \#2 \$values of function vsprintf expects array\<bool\|float\|int\|string\|null\>, array\<int\|string, mixed\> given\.$#'
5+
identifier: argument.type
56
count: 1
67
path: src/Compat/CompatController.php
78

89
-
9-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\|false given\\.$#"
10+
message: '#^Parameter \#3 \$length of function substr expects int\|null, int\|false given\.$#'
11+
identifier: argument.type
1012
count: 1
1113
path: src/Control/SearchBar/Suggestions.php
1214

1315
-
14-
message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, mixed given\\.$#"
16+
message: '#^Parameter \#1 \$string of function rawurlencode expects string, mixed given\.$#'
17+
identifier: argument.type
1518
count: 1
1619
path: src/Control/SearchBar/Terms.php
1720

1821
-
19-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
22+
message: '#^Parameter \#2 \$string of function explode expects string, int\|string\|null given\.$#'
23+
identifier: argument.type
2024
count: 1
2125
path: src/Control/SortControl.php
2226

2327
-
24-
message: "#^Parameter \\#2 \\$string of function explode expects string, int\\|string\\|null given\\.$#"
25-
count: 1
26-
path: src/Control/SortControl.php
27-
28-
-
29-
message: "#^Parameter \\#1 \\$column of method ipl\\\\Web\\\\Filter\\\\Parser\\:\\:createCondition\\(\\) expects string, string\\|false given\\.$#"
28+
message: '#^Parameter \#1 \$column of method ipl\\Web\\Filter\\Parser\:\:createCondition\(\) expects string, string\|false given\.$#'
29+
identifier: argument.type
3030
count: 1
3131
path: src/Filter/Parser.php
3232

3333
-
34-
message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, mixed given\\.$#"
34+
message: '#^Parameter \#1 \$string of function rawurlencode expects string, mixed given\.$#'
35+
identifier: argument.type
3536
count: 1
3637
path: src/Filter/Renderer.php
3738

3839
-
39-
message: "#^Parameter \\#1 \\$array of function array_push expects array, mixed given\\.$#"
40+
message: '#^Parameter \#1 \$array of function array_push expects array, mixed given\.$#'
41+
identifier: argument.type
4042
count: 1
4143
path: src/FormElement/TermInput.php
4244

4345
-
44-
message: "#^Parameter \\#1 \\$content of static method ipl\\\\Html\\\\Text\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
46+
message: '#^Parameter \#1 \$content of static method ipl\\Html\\Text\:\:create\(\) expects string, string\|null given\.$#'
47+
identifier: argument.type
4548
count: 1
4649
path: src/Widget/Tabs.php

0 commit comments

Comments
 (0)