Completed
Push — master ( c0bcf7...6975d6 )
by Pieter
12:54 queued 10:36
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 (true) {
40 40
                 $this->emit(yield $this->provider->listen());
41 41
 
Please login to merge, or discard this patch.