Completed
Pull Request — master (#2)
by
unknown
04:59
created
source/Bulk/Response.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     message: %s
105 105
     ids:
106 106
 %s
107
-EOD;
107
+eod;
108 108
         $ids = '';
109 109
         foreach ($this->getMessageIds() as $phone => $messageId) {
110 110
             $ids .= sprintf("\t%s: %s\n", $phone, $messageId);
Please login to merge, or discard this patch.