Skip to content

Commit b41c19f

Browse files
committed
Fix test
1 parent 933b487 commit b41c19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/preg_replace_callback_shapes-php72.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function (string $s): void {
88
preg_replace_callback(
99
$s,
1010
function ($matches) {
11-
assertType('array<int|string, string>', $matches);
11+
assertType('array<string>', $matches);
1212
return '';
1313
},
1414
$s

0 commit comments

Comments
 (0)