Completed
Pull Request — dev (#19)
by
unknown
03:10
created
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.
src/AppBundle/Form/UserType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 /**
14 14
  * Class UserType
15 15
  * @package AppBundle\Form
16
-
17 16
  */
18 17
 class UserType extends AbstractType
19 18
 {
Please login to merge, or discard this patch.