@@ -6,7 +6,6 @@ |
||
| 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> |
@@ -6,11 +6,9 @@ |
||
| 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 | /** |