Completed
Push — master ( 5dbfda...a73b65 )
by Kacper
03:37
created
XmppClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
267 267
             } else {
268 268
                 $deferred->resolve($stanza);
269 269
             }
270
-         }, with\stanza\id($stanza->id));
270
+            }, with\stanza\id($stanza->id));
271 271
         $this->write($stanza);
272 272
 
273 273
         return $deferred->promise();
Please login to merge, or discard this patch.