Passed
Branch v2_rewrite (caf993)
by Ekin
02:08
created
src/Websocket/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $this->counter->set(0);
37 37
 
38
-        asyncCall(function () {
38
+        asyncCall(function() {
39 39
             while (1) {
40 40
                 $this->emit(yield $this->gitamp->listen());
41 41
 
Please login to merge, or discard this patch.