This commit is contained in:
Ener-Getick 2016-08-04 22:30:44 +02:00
parent ffda7801f6
commit 243680c73c
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD

View File

@ -12,11 +12,9 @@
namespace EXSyst\Bundle\ApiDocBundle\RouteDescriber;
use Doctrine\Common\Annotations\Reader;
use EXSyst\Component\Swagger\Parameter;
use EXSyst\Component\Swagger\Swagger;
use FOS\RestBundle\Controller\Annotations\RequestParam;
use FOS\RestBundle\Controller\Annotations\QueryParam;
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
use Symfony\Component\Routing\Route;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\Constraints\Regex;