Passed
Pull Request — main (#37)
by Dimitri
03:43
created
src/Mail/Mailable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 
246 246
         $mail->subject($this->subject());
247 247
 
248
-		foreach ($this->to() as $key => $value) {
248
+        foreach ($this->to() as $key => $value) {
249 249
             if (empty($value) || ! is_string($value)) {
250 250
                 continue;
251 251
             }
Please login to merge, or discard this patch.