Completed
Pull Request — master (#18)
by
unknown
39:59
created
Broadcast.php 1 patch
Unused Use Statements   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -2,18 +2,18 @@
 block discarded – undo
2 2
 
3 3
 namespace yiicod\socketio;
4 4
 
5
-use Exception;
6
-use Yii;
7
-use yii\base\InvalidConfigException;
8
-use yii\di\NotInstantiableException;
9
-use yii\helpers\ArrayHelper;
10
-use yii\helpers\HtmlPurifier;
11
-use yii\helpers\Json;
12
-use yiicod\base\helpers\LoggerMessage;
13
-use yiicod\socketio\drivers\RedisDriver;
14
-use yiicod\socketio\events\EventPolicyInterface;
15
-use yiicod\socketio\events\EventPubInterface;
16
-use yiicod\socketio\events\EventRoomInterface;
5
+use Exception;
6
+use Yii;
7
+use yii\base\InvalidConfigException;
8
+use yii\di\NotInstantiableException;
9
+use yii\helpers\ArrayHelper;
10
+use yii\helpers\HtmlPurifier;
11
+use yii\helpers\Json;
12
+use yiicod\base\helpers\LoggerMessage;
13
+use yiicod\socketio\drivers\RedisDriver;
14
+use yiicod\socketio\events\EventPolicyInterface;
15
+use yiicod\socketio\events\EventPubInterface;
16
+use yiicod\socketio\events\EventRoomInterface;
17 17
 use yiicod\socketio\events\EventSubInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.
commands/CommandTrait.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace yiicod\socketio\commands;
4 4
 
5
-use Symfony\Component\Process\Process;
6
-use Yii;
7
-use yii\helpers\ArrayHelper;
8
-use yii\helpers\Console;
9
-use yii\helpers\Json;
5
+use Symfony\Component\Process\Process;
6
+use Yii;
7
+use yii\helpers\ArrayHelper;
8
+use yii\helpers\Console;
9
+use yii\helpers\Json;
10 10
 use yiicod\socketio\Broadcast;
11 11
 
12 12
 trait CommandTrait
Please login to merge, or discard this patch.