mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Remove unnecessary semicolon
Unless the semicolon has been added for a specific reason, I think it's unnecessary.
This commit is contained in:
@@ -30,7 +30,7 @@ endif
|
||||
@printf "Quit the server with \033[32;49mbin/console server:stop\033[39m\n"
|
||||
|
||||
serve_as_php:
|
||||
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n";
|
||||
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n"
|
||||
@printf "Quit the server with CTRL-C.\n"
|
||||
@printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n"
|
||||
php -S 127.0.0.1:8000 -t public
|
||||
|
||||
Reference in New Issue
Block a user