We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccfcfe commit 71f4223Copy full SHA for 71f4223
tests/PHPStan/Analyser/data/preg_match_shapes_php73.php
@@ -10,5 +10,5 @@ function doUnmatchedAsNull(string $s): void {
10
} else {
11
assertType('array{}', $matches);
12
}
13
- assertType('array{}|array<string|null>', $matches);
+ assertType('array<string|null>', $matches);
14
0 commit comments