1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-22 15:31:00 +00:00
parent b200022041
commit 6824065a22
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@ function (ConsoleCommandEvent $event) {
info("Found '{$site}/.valetphprc' specifying version: {$phpVersion}");
} else {
info("\nPlease provide a version number. E.g.:");
info("valet isolate php@8.2");
info('valet isolate php@8.2');
exit;
}
}