Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley authored and github-actions[bot] committed Jan 16, 2024
1 parent 74c07bd commit e795fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Normalization/CollectionNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function denormalize(mixed $data, string $type, ?string $format = null, a

return $fqcn::make($items)->mapWithKeys(
fn ($value) => [
$value[0] => $this->serializer->denormalize($value[1], $subtype, $format, $context)
$value[0] => $this->serializer->denormalize($value[1], $subtype, $format, $context),
]
);
}
Expand Down

0 comments on commit e795fbb

Please sign in to comment.