Completed
Push — master ( ffe714...c0bcf7 )
by Pieter
14:26 queued 12:11
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.