Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 30, 2024
1 parent 933b487 commit b41c19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function (string $s): void {
preg_replace_callback(
$s,
function ($matches) {
assertType('array<int|string, string>', $matches);
assertType('array<string>', $matches);
return '';
},
$s
Expand Down

0 comments on commit b41c19f

Please sign in to comment.