mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
cba22f38bc
commit
d3a6e9fdb4
@@ -520,7 +520,7 @@ function (ConsoleCommandEvent $event) {
|
||||
if (str_contains($service, 'php')) {
|
||||
PhpFpm::restart($normalized = PhpFpm::normalizePhpVersion($service));
|
||||
|
||||
return info($normalized . ' has been restarted.');
|
||||
return info($normalized.' has been restarted.');
|
||||
}
|
||||
|
||||
return warning(sprintf('Invalid valet service name [%s]', $service));
|
||||
|
||||
Reference in New Issue
Block a user