Completed
Push — SF4 ( 4a7883...4059c5 )
by Laurent
07:51
created
src/Entity/User.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
     public function getEmail()
73 73
     {
74
-     return $this->email;   
74
+        return $this->email;   
75 75
     }
76 76
 
77 77
     public function getSalt()
Please login to merge, or discard this patch.
src/Controller/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         $formBuilder = parent::createEntityFormBuilder($entity, $view);
40 40
         $formBuilder->
41
-            add('roles', ChoiceType::class,[
41
+            add('roles', ChoiceType::class, [
42 42
                 'expanded' => true,
43 43
                 'multiple' => true,
44 44
                 'placeholder' => 'Choice a role',
Please login to merge, or discard this patch.
src/Migrations/Version20180429170836.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace DoctrineMigrations;
4 4
 
Please login to merge, or discard this patch.