Completed
Pull Request — dev (#26)
by nonanerz
04:03
created
src/AppBundle/Entity/Event.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $users
65
+     * @param User $users
66 66
      *
67 67
      * @return $this
68 68
      */
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
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 class DefaultController extends JsonController
15 15
 {
16 16
     /**
17
-
18 17
      * @param Request $request
19 18
      * @Route("/login", name="api_login")
20 19
      * @Method("POST")
Please login to merge, or discard this patch.