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.