Passed
Push — master ( 0716b8...6a0d02 )
by Jan
04:25
created
src/EventSubscriber/MailFromListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     public function __construct(string $email, string $name)
36 36
     {
37
-        $this->email =  $email;
37
+        $this->email = $email;
38 38
         $this->name = $name;
39 39
     }
40 40
 
Please login to merge, or discard this patch.