Completed
Push — master ( f0de6b...b60992 )
by Marcel
02:00
created
src/ConcurrentServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             if (0 === $pid) {
45 45
                 \fclose($pair[0]);
46 46
 
47
-                \fwrite($pair[1], $this->single(Input::fromSafeData($request)) . "\n");
47
+                \fwrite($pair[1], $this->single(Input::fromSafeData($request))."\n");
48 48
 
49 49
                 \fclose($pair[1]);
50 50
 
Please login to merge, or discard this patch.