Passed
Push — dev ( 5995d2...607b61 )
by Greg
02:08
created
src/GJClasses/MailSmtp.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
         if ($recipients) {
24 24
 
25
-            foreach ($recipients AS $recipient) {
25
+            foreach ($recipients as $recipient) {
26 26
 
27 27
                 $mail->Subject = $subject;
28 28
                 $mail->Body = $message_html;
Please login to merge, or discard this patch.