Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 13, 2021
1 parent 80ca178 commit 989ea3f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -563,12 +563,12 @@ public function testArrayFunctionCallbackIsValidated(): void
],
[
'Parameter #2 $callback of function array_reduce expects callable(string|null, int): string|null, Closure(string, int): string given.',
11
11,
],
[
'Parameter #2 $callback of function array_reduce expects callable(string|null, int): string|null, Closure(string, int): string given.',
18
]
18,
],
]);

$this->analyse([__DIR__ . '/data/array_map.php'], [
Expand Down

0 comments on commit 989ea3f

Please sign in to comment.