Completed
Branch master (0c7e10)
by Woody
03:37
created
Category
src/Daemon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $this->stdio = $stdio;
44 44
         $this->context = $context;
45 45
 
46
-        $this->setListener(function () { return true; });
46
+        $this->setListener(function() { return true; });
47 47
     }
48 48
 
49 49
     /**
Please login to merge, or discard this patch.