Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Sep 12, 2024
1 parent 9a52684 commit 2237328
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ abstract class TranslatedValueObjectDenormalizer implements DenormalizerInterfac
{
/**
* @inheritdoc
*/public function denormalize($data, $class, $format = null, array $context = [])
*/
public function denormalize($data, $class, $format = null, array $context = [])
{
if (!$this->supportsDenormalization($data, $class, $format)) {
$selfClass = get_class($this);
Expand Down

0 comments on commit 2237328

Please sign in to comment.