@@ -89,7 +89,7 @@ |
||
| 89 | 89 | protected function findProjectBin() |
| 90 | 90 | { |
| 91 | 91 | $cwd = getcwd(); |
| 92 | - $candidates = [ __DIR__ . '/../../vendor/bin', __DIR__ . '/../../bin', $cwd . '/vendor/bin' ]; |
|
| 92 | + $candidates = [__DIR__ . '/../../vendor/bin', __DIR__ . '/../../bin', $cwd . '/vendor/bin']; |
|
| 93 | 93 | |
| 94 | 94 | // If this project is inside a vendor directory, give highest priority |
| 95 | 95 | // to that directory. |
@@ -247,7 +247,7 @@ |
||
| 247 | 247 | $this->process = $process; |
| 248 | 248 | |
| 249 | 249 | if (!$output_callback) { |
| 250 | - $output_callback = function ($type, $buffer) { |
|
| 250 | + $output_callback = function($type, $buffer) { |
|
| 251 | 251 | $progressWasVisible = $this->hideTaskProgress(); |
| 252 | 252 | $this->writeMessage($buffer); |
| 253 | 253 | $this->showTaskProgress($progressWasVisible); |