Skip to content

Commit 28f1507

Browse files
committed
Update bug-13000.php
1 parent 8b21f9e commit 28f1507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-13000.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ function (): void {
99
foreach (['a' => '1', 'b' => '2'] as $key => $val) {
1010
$r[$key] = $val;
1111
}
12-
assertType("array{a?: '1'|'2', b?: '1'|'2'}", $r);
12+
assertType("array{a?: '1'|'2', b?: '1'|'2'}", $r); // could be array{a: '1', b: '2'}
1313
};

0 commit comments

Comments
 (0)