Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 19, 2022
1 parent dc5a457 commit 750e2da
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1552,9 +1552,6 @@ private static function handleArrayAccessOnKeyedArray(
$properties[$x] = $properties[$x]->setPossiblyUndefined(false);
}
}
if ($first) {
$properties[0] = $properties[0]->setPossiblyUndefined(false);
}
$properties[$key_value->value] = $properties[$key_value->value]->
setPossiblyUndefined(true)
;
Expand Down

0 comments on commit 750e2da

Please # to comment.