Completed
Push — master ( 164550...e2eda6 )
by Timo
02:40
created
src/Tidal/WampWatch/SessionMonitor.php 1 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.