@@ -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 | } |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * For the full copyright and license information, please view the LICENSE file |
| 8 | 8 | * that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | -use Phaim\Server\Wamp\Util; |
|
| 10 | +use Phaim\Server\Wamp\Util; |
|
| 11 | 11 | use Evenement\EventEmitterInterface; |
| 12 | 12 | |
| 13 | 13 | /** |
@@ -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 | } |