|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Cannot unset offset mixed on array\\{\\}\\.$#" |
| 4 | + message: '#^Trait CrudView\\Listener\\Traits\\DeprecatedConfigurationKeyTrait is used zero times and is not analysed\.$#' |
| 5 | + identifier: trait.unused |
| 6 | + count: 1 |
| 7 | + path: src/Listener/Traits/DeprecatedConfigurationKeyTrait.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Cannot unset offset mixed on array\{\}\.$#' |
| 11 | + identifier: unset.offset |
5 | 12 | count: 2
|
6 | 13 | path: src/Listener/ViewListener.php
|
7 | 14 |
|
8 | 15 | -
|
9 |
| - message: "#^Offset \\(int\\|string\\) on array\\{\\} in isset\\(\\) does not exist\\.$#" |
| 16 | + message: '#^Offset \(int\|string\) on array\{\} in isset\(\) does not exist\.$#' |
| 17 | + identifier: isset.offset |
10 | 18 | count: 2
|
11 | 19 | path: src/Listener/ViewListener.php
|
12 | 20 |
|
13 | 21 | -
|
14 |
| - message: "#^Parameter \\#1 \\$field of method CrudView\\\\Listener\\\\ViewListener\\:\\:_deriveFieldFromContext\\(\\) expects string, array\\<int, string\\>\\|string\\|null given\\.$#" |
| 22 | + message: '#^Parameter \#1 \$field of method CrudView\\Listener\\ViewListener\:\:_deriveFieldFromContext\(\) expects string, list\<string\>\|string\|null given\.$#' |
| 23 | + identifier: argument.type |
15 | 24 | count: 1
|
16 | 25 | path: src/Listener/ViewListener.php
|
17 | 26 |
|
18 | 27 | -
|
19 |
| - message: "#^Result of \\|\\| is always false\\.$#" |
| 28 | + message: '#^Result of \|\| is always false\.$#' |
| 29 | + identifier: booleanOr.alwaysFalse |
20 | 30 | count: 1
|
21 | 31 | path: src/Listener/ViewListener.php
|
22 | 32 |
|
23 | 33 | -
|
24 |
| - message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:searchManager\\(\\)\\.$#" |
| 34 | + message: '#^Call to an undefined method Cake\\ORM\\Table\:\:searchManager\(\)\.$#' |
| 35 | + identifier: method.notFound |
25 | 36 | count: 1
|
26 | 37 | path: src/Listener/ViewSearchListener.php
|
0 commit comments