Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c256782

Browse filesBrowse files
SerkanYildizfabpot
authored andcommitted
[WebserverBundle] fixed the bug that caused that the webserver would …
1 parent 7bcb90f commit c256782
Copy full SHA for c256782

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebServerBundle/Command/ServerStartCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9393
'You can either install it or use the "server:run" command instead.',
9494
));
9595

96-
if ($io->ask('Do you want to execute <info>server:run</info> immediately? [yN] ', false)) {
96+
if ($io->confirm('Do you want to execute <info>server:run</info> immediately?', false)) {
9797
return $this->getApplication()->find('server:run')->run($input, $output);
9898
}
9999

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.