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
cba22f38bc
commit
d3a6e9fdb4
@@ -520,7 +520,7 @@ function (ConsoleCommandEvent $event) {
|
|||||||
if (str_contains($service, 'php')) {
|
if (str_contains($service, 'php')) {
|
||||||
PhpFpm::restart($normalized = PhpFpm::normalizePhpVersion($service));
|
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));
|
return warning(sprintf('Invalid valet service name [%s]', $service));
|
||||||
|
|||||||
Reference in New Issue
Block a user