Completed
Push — master ( 5dbfda...a73b65 )
by Kacper
03:37
created
Component/TlsEnabler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Kadet\Xmpp\Stream\Features;
21 21
 use Kadet\Xmpp\Utils\filter as with;
22 22
 use Kadet\Xmpp\Xml\XmlElement;
23
-use Kadet\Xmpp\XmppClient;
24 23
 
25 24
 class TlsEnabler extends Component
26 25
 {
Please login to merge, or discard this patch.
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.