Completed
Push — feature/EVO-8323-configurable-... ( 7d025f...474bcc )
by
unknown
09:08
created
src/Graviton/RestBundle/Controller/RestController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -23,10 +23,6 @@
 block discarded – undo
23 23
 use Symfony\Bundle\FrameworkBundle\Routing\Router;
24 24
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
25 25
 use Rs\Json\Patch;
26
-use Rs\Json\Patch\InvalidPatchDocumentJsonException;
27
-use Rs\Json\Patch\InvalidTargetDocumentJsonException;
28
-use Rs\Json\Patch\InvalidOperationException;
29
-use Rs\Json\Patch\FailedTestException;
30 26
 use Graviton\RestBundle\Service\JsonPatchValidator;
31 27
 
32 28
 /**
Please login to merge, or discard this patch.