Completed
Pull Request — master (#30)
by
unknown
02:41
created
src/Newsletter.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param $email
103
+     * @param string $email
104 104
      * @param string $listName
105 105
      *
106 106
      * @return array|false
@@ -164,6 +164,9 @@  discard block
 block discarded – undo
164 164
         return $response;
165 165
     }
166 166
 
167
+    /**
168
+     * @param string $html
169
+     */
167 170
     public function updateContent($campaignId, $html, $options = [])
168 171
     {
169 172
         $defaultOptions = compact('html');
@@ -188,7 +191,7 @@  discard block
 block discarded – undo
188 191
     }
189 192
 
190 193
     /**
191
-     * @return array|false
194
+     * @return string|false
192 195
      */
193 196
     public function getLastError()
194 197
     {
Please login to merge, or discard this patch.