|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Expression \"\\$arrayPerVerificaErrori\\['undefined_index'\\]\" on a separate line does not do anything\\.$#" |
| 4 | + message: '#^Parameter \#1 \$search of function str_replace expects array\<string\>\|string, mixed given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: lib/ErrorHandler.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Parameter \#2 \$array of function implode expects array\<string\>, mixed given\.$#' |
| 11 | + identifier: argument.type |
| 12 | + count: 1 |
| 13 | + path: lib/ErrorHandler.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#' |
| 17 | + identifier: argument.type |
| 18 | + count: 1 |
| 19 | + path: lib/ErrorHandler.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Parameter \#3 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#' |
| 23 | + identifier: argument.type |
| 24 | + count: 1 |
| 25 | + path: lib/ErrorHandler.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Expression "\$arrayPerVerificaErrori\[''undefined_index''\]" on a separate line does not do anything\.$#' |
| 29 | + identifier: expr.resultUnused |
5 | 30 | count: 1 |
6 | 31 | path: tests/ErrorHandlerTest.php |
7 | 32 |
|
8 | 33 | - |
9 | | - message: "#^Expression \"@\\$arrayPerVerificaErrori\\['no_exception_thrown_on_undefined_index_now'\\]\" on a separate line does not do anything\\.$#" |
| 34 | + message: '#^Expression "@\$arrayPerVerificaErrori\[''no_exception_thrown_on_undefined_index_now''\]" on a separate line does not do anything\.$#' |
| 35 | + identifier: expr.resultUnused |
10 | 36 | count: 1 |
11 | 37 | path: tests/ErrorHandlerTest.php |
12 | 38 |
|
13 | 39 | - |
14 | | - message: "#^Offset 'no_exception_thrown…' does not exist on array\\{\\}\\.$#" |
| 40 | + message: '#^Offset ''no_exception_thrown_on_undefined_index_now'' does not exist on array\{\}\.$#' |
| 41 | + identifier: offsetAccess.notFound |
15 | 42 | count: 1 |
16 | 43 | path: tests/ErrorHandlerTest.php |
17 | 44 |
|
18 | 45 | - |
19 | | - message: "#^Offset 'undefined_index' does not exist on array\\{\\}\\.$#" |
| 46 | + message: '#^Offset ''undefined_index'' does not exist on array\{\}\.$#' |
| 47 | + identifier: offsetAccess.notFound |
20 | 48 | count: 1 |
21 | 49 | path: tests/ErrorHandlerTest.php |
22 | 50 |
|
| 51 | + - |
| 52 | + message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringContainsString\(\) expects string, mixed given\.$#' |
| 53 | + identifier: argument.type |
| 54 | + count: 2 |
| 55 | + path: tests/ErrorHandlerTest.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringNotContainsString\(\) expects string, mixed given\.$#' |
| 59 | + identifier: argument.type |
| 60 | + count: 2 |
| 61 | + path: tests/ErrorHandlerTest.php |
| 62 | + |
0 commit comments