Passed
Push — master ( f0ad5e...b22a88 )
by Marcel
04:24
created
src/ConcurrentServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
             if (0 === $pid) {
29 29
                 \fclose($pair[0]);
30 30
 
31
-                \fwrite($pair[1], $this->single(Input::fromSafeData($request)) . '');
31
+                \fwrite($pair[1], $this->single(Input::fromSafeData($request)).'');
32 32
 
33 33
                 \fclose($pair[1]);
34 34
 
Please login to merge, or discard this patch.