1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Fix code styling

This commit is contained in:
mattstauffer
2023-05-12 02:23:35 +00:00
committed by github-actions[bot]
parent 228b6eb503
commit a4145d77b5

View File

@@ -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 ...');
}