Failed Conditions
Push — feature/EVO-4410-username-id-t... ( fedcd7...832965 )
by
unknown
10:33
created
src/Graviton/SecurityBundle/Tests/Voter/OwnContextVoterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Doctrine\Common\Collections\ArrayCollection;
8 8
 use Graviton\TestBundle\Test\GravitonTestCase;
9
-use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;
10 9
 
11 10
 /**
12 11
  * @author   List of contributors <https://github.com/libgraviton/graviton/graphs/contributors>
Please login to merge, or discard this patch.
src/Graviton/SwaggerBundle/Service/Swagger.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,9 @@
 block discarded – undo
6 6
 namespace Graviton\SwaggerBundle\Service;
7 7
 
8 8
 use Graviton\CoreBundle\Service\CoreUtils;
9
-use Graviton\ExceptionBundle\Exception\MalformedInputException;
10 9
 use Graviton\RestBundle\Service\RestUtils;
11 10
 use Graviton\SchemaBundle\Model\SchemaModel;
12 11
 use Graviton\SchemaBundle\SchemaUtils;
13
-use Symfony\Component\Config\Definition\Exception\Exception;
14 12
 use Symfony\Component\Routing\Route;
15 13
 
16 14
 /**
Please login to merge, or discard this patch.