Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 1, 2023
1 parent edf2d1e commit cab7cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TypeReconciliation/ArrayKeyExistsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function getMethodName(array $ddata = []): void {
/** @psalm-check-type-exact $ddata = array<array-key, mixed> */
}
'
]
],
'arrayKeyExistsTwice' => [
'code' => '<?php
function two(array $a): void {
Expand Down

0 comments on commit cab7cf0

Please sign in to comment.