mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
228b6eb503
commit
a4145d77b5
@@ -159,7 +159,7 @@ public function installOrFail(string $formula, array $options = [], array $taps
|
||||
output('<info>['.$formula.'] is not installed, installing it now via Brew...</info> 🍻');
|
||||
|
||||
if ($this->limitedPhpVersions()->contains($formula)) {
|
||||
$formula = 'shivammathur/php/' . $formula;
|
||||
$formula = 'shivammathur/php/'.$formula;
|
||||
warning('Note: older PHP versions may take 10+ minutes to compile from source. Please wait ...');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user