Completed
Push — master ( 91b71f...ef682c )
by Pieter
02:16
created
src/Cli/Client.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
     public function run(array $arguments = []): Result
19 19
     {
20 20
         $descriptorSpec = [
21
-           ['pipe', 'r'],
22
-           ['pipe', 'w'],
23
-           ['pipe', 'w'],
21
+            ['pipe', 'r'],
22
+            ['pipe', 'w'],
23
+            ['pipe', 'w'],
24 24
         ];
25 25
 
26 26
         $process = proc_open($this->buildCommand($arguments), $descriptorSpec, $pipes, $path);
Please login to merge, or discard this patch.