Skip to content

Commit cab7cf0

Browse files
committed
Fix
1 parent edf2d1e commit cab7cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TypeReconciliation/ArrayKeyExistsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getMethodName(array $ddata = []): void {
6868
/** @psalm-check-type-exact $ddata = array<array-key, mixed> */
6969
}
7070
'
71-
]
71+
],
7272
'arrayKeyExistsTwice' => [
7373
'code' => '<?php
7474
function two(array $a): void {

0 commit comments

Comments
 (0)