Skip to content

Commit d3a6e9f

Browse files
mattstauffergithub-actions[bot]
authored andcommitted
Fix code styling
1 parent cba22f3 commit d3a6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ function (ConsoleCommandEvent $event) {
520520
if (str_contains($service, 'php')) {
521521
PhpFpm::restart($normalized = PhpFpm::normalizePhpVersion($service));
522522

523-
return info($normalized . ' has been restarted.');
523+
return info($normalized.' has been restarted.');
524524
}
525525

526526
return warning(sprintf('Invalid valet service name [%s]', $service));

0 commit comments

Comments
 (0)