Skip to content

Commit 71f4223

Browse files
committed
Update preg_match_shapes_php73.php
1 parent 1ccfcfe commit 71f4223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Analyser/data/preg_match_shapes_php73.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ function doUnmatchedAsNull(string $s): void {
1010
} else {
1111
assertType('array{}', $matches);
1212
}
13-
assertType('array{}|array<string|null>', $matches);
13+
assertType('array<string|null>', $matches);
1414
}

0 commit comments

Comments
 (0)