Completed
Push — master ( 6634cb...f6cba5 )
by Kacper
06:10
created
Stanza/Iq.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Kadet\Xmpp\Jid;
20 20
 use Kadet\Xmpp\Stanza\Iq\Query;
21 21
 use function Kadet\Xmpp\Utils\filter\pass;
22
-use Kadet\Xmpp\Xml\XmlElement;
23 22
 
24 23
 /**
25 24
  * Represents IQ Stanza
Please login to merge, or discard this patch.
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.