|
@@ -3049,6 +3049,12 @@ $ignoreErrors[] = [
|
|
|
'count' => 1,
|
|
|
'path' => __DIR__ . '/../../tests/Fixer/FunctionNotation/NullableTypeDeclarationForDefaultNullValueFixerTest.php',
|
|
|
];
|
|
|
+$ignoreErrors[] = [
|
|
|
+ // identifier: generator.valueType
|
|
|
+ 'message' => '#^Generator expects value type array\\{0\\: string, 1\\?\\: string\\}, array\\{0\\?\\: string, 1\\: string\\} given\\.$#',
|
|
|
+ 'count' => 1,
|
|
|
+ 'path' => __DIR__ . '/../../tests/Fixer/Operator/IncrementStyleFixerTest.php',
|
|
|
+];
|
|
|
$ignoreErrors[] = [
|
|
|
// identifier: offsetAccess.notFound
|
|
|
'message' => '#^Offset \'operators\' might not exist on array\\<string, mixed\\>\\.$#',
|
|
@@ -3091,12 +3097,6 @@ $ignoreErrors[] = [
|
|
|
'count' => 1,
|
|
|
'path' => __DIR__ . '/../../tests/Fixer/Semicolon/SemicolonAfterInstructionFixerTest.php',
|
|
|
];
|
|
|
-$ignoreErrors[] = [
|
|
|
- // identifier: argument.type
|
|
|
- 'message' => '#^Parameter \\#2 \\$array of function array_map expects array, iterable given\\.$#',
|
|
|
- 'count' => 1,
|
|
|
- 'path' => __DIR__ . '/../../tests/Fixer/Whitespace/LineEndingFixerTest.php',
|
|
|
-];
|
|
|
$ignoreErrors[] = [
|
|
|
// identifier: new.resultUnused
|
|
|
'message' => '#^Call to new PhpCsFixer\\\\FixerConfiguration\\\\AliasedFixerOption\\(\\) on a separate line has no effect\\.$#',
|