mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +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> 🍻');
|
output('<info>['.$formula.'] is not installed, installing it now via Brew...</info> 🍻');
|
||||||
|
|
||||||
if ($this->limitedPhpVersions()->contains($formula)) {
|
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 ...');
|
warning('Note: older PHP versions may take 10+ minutes to compile from source. Please wait ...');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user