@@ -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. |
@@ -245,7 +245,7 @@ |
||
| 245 | 245 | $this->process = $process; |
| 246 | 246 | |
| 247 | 247 | if (!$output_callback) { |
| 248 | - $output_callback = function ($type, $buffer) { |
|
| 248 | + $output_callback = function($type, $buffer) { |
|
| 249 | 249 | print($buffer); |
| 250 | 250 | }; |
| 251 | 251 | } |