Completed
Push — master ( b02787...26b0ff )
by Greg
05:07 queued 02:06
created
src/Common/ExecCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     protected function findProjectBin()
137 137
     {
138 138
         $cwd = getcwd();
139
-        $candidates = [ __DIR__ . '/../../vendor/bin', __DIR__ . '/../../bin', $cwd . '/vendor/bin' ];
139
+        $candidates = [__DIR__ . '/../../vendor/bin', __DIR__ . '/../../bin', $cwd . '/vendor/bin'];
140 140
 
141 141
         // If this project is inside a vendor directory, give highest priority
142 142
         // to that directory.
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
         }
186 186
         $this->getExecTimer()->start();
187 187
         if ($this->isPrinted) {
188
-            $process->run(function ($type, $buffer) {
188
+            $process->run(function($type, $buffer) {
189 189
                 print $buffer;
190 190
             });
191 191
         } else {
Please login to merge, or discard this patch.