Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Jun 20, 2022
1 parent f35da24 commit 11a4209
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Serializer/Normalizer/ConstraintViolationListNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ public function __construct(SymfonyConstraintViolationListNormalizer $symfonyCon
}

/**
* @param mixed $data
* @param string|null $format
*
* @return bool
* {@inheritdoc}
*/
public function supportsNormalization(mixed $data, string $format = null, array $context = []): bool
{
Expand Down

0 comments on commit 11a4209

Please sign in to comment.