Completed
Push — feature/other-validation ( b701a5...b5bedb )
by Narcotic
63:49
created
src/Graviton/RestBundle/Validator/Form.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,16 +6,12 @@
 block discarded – undo
6 6
 namespace Graviton\RestBundle\Validator;
7 7
 
8 8
 use Graviton\DocumentBundle\Service\FormDataMapperInterface;
9
-use Graviton\ExceptionBundle\Exception\InvalidJsonPatchException;
10
-use Graviton\ExceptionBundle\Exception\MalformedInputException;
11
-use Graviton\ExceptionBundle\Exception\NoInputException;
12 9
 use Graviton\ExceptionBundle\Exception\ValidationException;
13 10
 use Graviton\RestBundle\Model\DocumentModel;
14 11
 use Symfony\Component\Form\FormFactory;
15 12
 use Symfony\Component\Form\FormInterface;
16 13
 use Graviton\DocumentBundle\Form\Type\DocumentType;
17 14
 use Symfony\Component\HttpFoundation\Request;
18
-use Symfony\Component\HttpFoundation\Response;
19 15
 use Symfony\Component\Validator\Validator\ValidatorInterface;
20 16
 
21 17
 /**
Please login to merge, or discard this patch.