Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer authored and github-actions[bot] committed May 31, 2024
1 parent cba22f3 commit d3a6e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit d3a6e9f

Please sign in to comment.