Skip to content

Commit 32dee4b

Browse files
authored
Fix cs
1 parent f6355e7 commit 32dee4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Serializer/Normalizer/FormErrorNormalizer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111

1212
namespace FOS\RestBundle\Serializer\Normalizer;
1313

14-
use Symfony\Component\Form\FormError;
1514
use Symfony\Component\Form\FormInterface;
1615
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
1716

1817
/**
1918
* Normalizes invalid Form instances.
2019
*
21-
* @author Ener-Getick <egetick@gmail.com>
20+
* @author Guilhem N. <guilhem.niot@gmail.com>
2221
*/
2322
class FormErrorNormalizer implements NormalizerInterface
2423
{

0 commit comments

Comments
 (0)