Completed
Branch concurrent-server (73e3a0)
by Marcel
02:45
created
src/ConcurrentServer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.