@@ -44,7 +44,7 @@ |
||
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 |