Passed
Push — master ( 613005...022593 )
by Nils
02:46
created
src/Exec/Runner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         return explode("\n", trim($output));
60 60
     }
61 61
 
62
-    public function getFileContents(string $path, bool $asArray = false): string|false|array
62
+    public function getFileContents(string $path, bool $asArray = false): string | false | array
63 63
     {
64 64
         if ($asArray) {
65 65
             return file($path);
Please login to merge, or discard this patch.