Completed
Push — master ( 164550...e2eda6 )
by Timo
02:40
created
src/Tidal/WampWatch/SessionMonitor.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
  * that was distributed with this source code.
9 9
  */
10 10
 use Phaim\Server\Wamp\Util;
11
-use Thruway\ClientSession;
12 11
 use Evenement\EventEmitterInterface;
13
-use Evenement\EventEmitterTrait;
14 12
 
15 13
 /**
16 14
  * Description of SessionMonitor
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     public function getSessionIds(callable $callback) {
67 67
         if(!count($this->sessionIds)){
68 68
             $this->retrieveSessionIds($callback);
69
-        }else{
69
+        } else{
70 70
             $callback($this->sessionIds);
71 71
         }
72 72
     }
Please login to merge, or discard this patch.