Completed
Push — master ( cc6b39...41c4ff )
by Drew
02:37
created
src/Batch.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
     private $operations = array();
16 16
     private $batch_id;
17 17
 
18
+    /**
19
+     * @param string $batch_id
20
+     */
18 21
     public function __construct(MailChimp $MailChimp, $batch_id = null)
19 22
     {
20 23
         $this->MailChimp = $MailChimp;
Please login to merge, or discard this patch.