Skip to content

Commit f39b327

Browse files
committed
[WebServerBundle] switched auto-run of server:start to off by default
1 parent 961d1ce commit f39b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebServerBundle/Command/ServerStartCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
7676
'You can either install it or use the "server:run" command instead.',
7777
));
7878

79-
if ($io->ask('Do you want to execute <info>server:run</info> immediately? [Yn] ', true)) {
79+
if ($io->ask('Do you want to execute <info>server:run</info> immediately? [yN] ', false)) {
8080
return $this->getApplication()->find('server:run')->run($input, $cliOutput);
8181
}
8282

0 commit comments

Comments
 (0)