File tree Expand file tree Collapse file tree 5 files changed +8
-27
lines changed
src/Symfony/Bundle/WebServerBundle/Command Expand file tree Collapse file tree 5 files changed +8
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Bundle \WebServerBundle \WebServer ;
15
15
use Symfony \Bundle \WebServerBundle \WebServerConfig ;
16
+ use Symfony \Component \Console \Command \Command ;
16
17
use Symfony \Component \Console \Input \InputArgument ;
17
18
use Symfony \Component \Console \Input \InputOption ;
18
19
use Symfony \Component \Console \Input \InputInterface ;
26
27
*
27
28
* @author Michał Pipa <michal.pipa.xsolve@gmail.com>
28
29
*/
29
- class ServerRunCommand extends ServerCommand
30
+ class ServerRunCommand extends Command
30
31
{
31
32
private $ documentRoot ;
32
33
private $ environment ;
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Bundle \WebServerBundle \WebServer ;
15
15
use Symfony \Bundle \WebServerBundle \WebServerConfig ;
16
+ use Symfony \Component \Console \Command \Command ;
16
17
use Symfony \Component \Console \Input \InputArgument ;
17
18
use Symfony \Component \Console \Input \InputInterface ;
18
19
use Symfony \Component \Console \Input \InputOption ;
25
26
*
26
27
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
27
28
*/
28
- class ServerStartCommand extends ServerCommand
29
+ class ServerStartCommand extends Command
29
30
{
30
31
private $ documentRoot ;
31
32
private $ environment ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \WebServerBundle \Command ;
13
13
14
14
use Symfony \Bundle \WebServerBundle \WebServer ;
15
+ use Symfony \Component \Console \Command \Command ;
15
16
use Symfony \Component \Console \Input \InputInterface ;
16
17
use Symfony \Component \Console \Input \InputOption ;
17
18
use Symfony \Component \Console \Output \OutputInterface ;
24
25
*
25
26
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
26
27
*/
27
- class ServerStatusCommand extends ServerCommand
28
+ class ServerStatusCommand extends Command
28
29
{
29
30
/**
30
31
* {@inheritdoc}
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \WebServerBundle \Command ;
13
13
14
14
use Symfony \Bundle \WebServerBundle \WebServer ;
15
+ use Symfony \Component \Console \Command \Command ;
15
16
use Symfony \Component \Console \Input \InputInterface ;
16
17
use Symfony \Component \Console \Output \OutputInterface ;
17
18
use Symfony \Component \Console \Output \ConsoleOutputInterface ;
23
24
*
24
25
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
25
26
*/
26
- class ServerStopCommand extends ServerCommand
27
+ class ServerStopCommand extends Command
27
28
{
28
29
/**
29
30
* {@inheritdoc}
You can’t perform that action at this time.
0 commit comments