Completed
Pull Request — dev (#12)
by Serhii
12:44 queued 02:27
created
src/AppBundle/Entity/Event.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\ORM\Mapping as ORM;
7 7
 use Knp\DoctrineBehaviors\Model as ORMBehaviors;
8
-use Symfony\Component\Validator\Constraints as Assert;
9 8
 
10 9
 /**
11 10
  * Event
Please login to merge, or discard this patch.
src/AppBundle/Security/ApiTokenAuthenticator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\ORM\EntityManager;
8 8
 use Symfony\Component\HttpFoundation\JsonResponse;
9 9
 use Symfony\Component\HttpFoundation\Request;
10
-use Symfony\Component\HttpFoundation\Response;
11 10
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
12 11
 use Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException;
13 12
 use Symfony\Component\Security\Core\Exception\AuthenticationException;
Please login to merge, or discard this patch.