@@ -8,9 +8,7 @@ |
||
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 |
@@ -66,7 +66,7 @@ |
||
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 | } |