@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare (strict_types=1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace UMA\JsonRpc; |
6 | 6 | |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | if (0 === $pid) { |
43 | 43 | \fclose($pair[0]); |
44 | 44 | |
45 | - \fwrite($pair[1], $this->single(Input::fromSafeData($request)) . "\n"); |
|
45 | + \fwrite($pair[1], $this->single(Input::fromSafeData($request))."\n"); |
|
46 | 46 | |
47 | 47 | \fclose($pair[1]); |
48 | 48 |