Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SCIF committed Feb 19, 2022
1 parent 4c3fcb2 commit 327d408
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -778,7 +778,7 @@ public static function getArrayAccessTypeGivenOffset(

if ($key_values) {
$used_offset = "using offset value of '" .
implode('|', array_map(static fn(Atomic $atomic_type): string
implode('|', array_map(static fn(Atomic $atomic_type)
=> $atomic_type->value, $key_values)) . "'";
}

Expand Down

0 comments on commit 327d408

Please sign in to comment.