Completed
Push — dev ( 124de7...d06c93 )
by nonanerz
9s
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/Controller/Api/DefaultController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 class DefaultController extends Controller
12 12
 {
13 13
     /**
14
-
15 14
      * @param Request $request
16 15
      * @Route("/login", name="api_login")
17 16
      *
Please login to merge, or discard this patch.