Completed
Pull Request — master (#30)
by GBProd
03:56
created
src/Transport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
 
189 189
                 /* the user do not exist, we create it */
190 190
                 case Response::ERROR_NORESULT:
191
-                    if($id = $this->createUser($user)) {
191
+                    if ($id = $this->createUser($user)) {
192 192
                         break;
193 193
                     }
194 194
 
Please login to merge, or discard this patch.
src/Broadcast.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,6 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param \SoapClient $client
42
-     * @param string $list
43
-     * @param string $campaign
44 42
      */
45 43
     public function __construct(\SoapClient $client)
46 44
     {
Please login to merge, or discard this patch.