Completed
Pull Request — master (#41)
by guillaume
03:05
created
Notifier/Mailer.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -51,11 +51,11 @@
 block discarded – undo
51 51
         $to,
52 52
         $subject
53 53
     ){
54
-     $this->mailer = $mailer;
55
-     $this->templating = $templating;
56
-     $this->from = $from;
57
-     $this->to = $to;
58
-     $this->subject = $subject;
54
+        $this->mailer = $mailer;
55
+        $this->templating = $templating;
56
+        $this->from = $from;
57
+        $this->to = $to;
58
+        $this->subject = $subject;
59 59
     }
60 60
 
61 61
     /**
Please login to merge, or discard this patch.