|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Parameter \\#1 \\$min \\(0\\) of function random_int expects lower number than parameter \\#2 \\$max \\(int\\<\\-1, max\\>\\)\\.$#" |
| 4 | + message: '#^Parameter \#1 \$min \(0\) of function random_int expects lower number than parameter \#2 \$max \(int\<\-1, max\>\)\.$#' |
| 5 | + identifier: argument.type |
5 | 6 | count: 1
|
6 | 7 | path: src/Crypto.php
|
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Parameter \\$length of function file_get_contents expects int\\<0, max\\>\\|null, int\\|null given\\.$#" |
| 10 | + message: '#^Parameter \$length of function file_get_contents expects int\<0, max\>\|null, int\|null given\.$#' |
| 11 | + identifier: argument.type |
10 | 12 | count: 1
|
11 | 13 | path: src/File.php
|
12 | 14 |
|
13 | 15 | -
|
14 |
| - message: "#^Method chillerlan\\\\UtilitiesTest\\\\StrTest\\:\\:containsAllProvider\\(\\) should return array\\<string, array\\{array\\<int, string\\>, bool, bool\\}\\> but returns array\\{empty\\: array\\{array\\{\\}, false, true\\}, filtered\\: array\\{array\\{1, array\\{\\}, true\\}, false, true\\}, default\\: array\\{array\\{'world', 'Hello'\\}, false, true\\}, case mismatch\\: array\\{array\\{'World', 'hello'\\}, false, false\\}, ignore case\\: array\\{array\\{'World', 'hello'\\}, true, true\\}\\}\\.$#" |
| 16 | + message: '#^Method chillerlan\\UtilitiesTest\\StrTest\:\:containsAllProvider\(\) should return array\<string, array\{array\<int, string\>, bool, bool\}\> but returns array\{empty\: array\{array\{\}, false, true\}, filtered\: array\{array\{1, array\{\}, true\}, false, true\}, default\: array\{array\{''world'', ''Hello''\}, false, true\}, ''case mismatch''\: array\{array\{''World'', ''hello''\}, false, false\}, ''ignore case''\: array\{array\{''World'', ''hello''\}, true, true\}\}\.$#' |
| 17 | + identifier: return.type |
15 | 18 | count: 1
|
16 | 19 | path: tests/StrTest.php
|
17 | 20 |
|
18 | 21 | -
|
19 |
| - message: "#^Method chillerlan\\\\UtilitiesTest\\\\StrTest\\:\\:containsAnyProvider\\(\\) should return array\\<string, array\\{array\\<int, string\\>, bool, bool\\}\\> but returns array\\{empty\\: array\\{array\\{\\}, false, true\\}, filtered\\: array\\{array\\{1, array\\{\\}, true\\}, false, true\\}, default\\: array\\{array\\{'nope', 'Hello'\\}, false, true\\}, case mismatch\\: array\\{array\\{'nope', 'hello'\\}, false, false\\}, ignore case\\: array\\{array\\{'nope', 'hello'\\}, true, true\\}\\}\\.$#" |
| 22 | + message: '#^Method chillerlan\\UtilitiesTest\\StrTest\:\:containsAnyProvider\(\) should return array\<string, array\{array\<int, string\>, bool, bool\}\> but returns array\{empty\: array\{array\{\}, false, true\}, filtered\: array\{array\{1, array\{\}, true\}, false, true\}, default\: array\{array\{''nope'', ''Hello''\}, false, true\}, ''case mismatch''\: array\{array\{''nope'', ''hello''\}, false, false\}, ''ignore case''\: array\{array\{''nope'', ''hello''\}, true, true\}\}\.$#' |
| 23 | + identifier: return.type |
20 | 24 | count: 1
|
21 | 25 | path: tests/StrTest.php
|
22 | 26 |
|
23 | 27 | -
|
24 |
| - message: "#^Method chillerlan\\\\UtilitiesTest\\\\StrTest\\:\\:startsWithProvider\\(\\) should return array\\<string, array\\{array\\<int, string\\>, bool, bool\\}\\> but returns array\\{empty\\: array\\{array\\{\\}, false, true\\}, filtered\\: array\\{array\\{1, array\\{\\}, true\\}, false, true\\}, default\\: array\\{array\\{'nope', 'Hello'\\}, false, true\\}, case mismatch\\: array\\{array\\{'nope', 'hello'\\}, false, false\\}, ignore case\\: array\\{array\\{'nope', 'hello'\\}, true, true\\}\\}\\.$#" |
| 28 | + message: '#^Method chillerlan\\UtilitiesTest\\StrTest\:\:startsWithProvider\(\) should return array\<string, array\{array\<int, string\>, bool, bool\}\> but returns array\{empty\: array\{array\{\}, false, true\}, filtered\: array\{array\{1, array\{\}, true\}, false, true\}, default\: array\{array\{''nope'', ''Hello''\}, false, true\}, ''case mismatch''\: array\{array\{''nope'', ''hello''\}, false, false\}, ''ignore case''\: array\{array\{''nope'', ''hello''\}, true, true\}\}\.$#' |
| 29 | + identifier: return.type |
25 | 30 | count: 1
|
26 | 31 | path: tests/StrTest.php
|
0 commit comments