@@ -24,15 +24,15 @@ |
||
| 24 | 24 | protected function configure() |
| 25 | 25 | { |
| 26 | 26 | $this->setName('pjbserver:restart') |
| 27 | - ->setDescription( |
|
| 28 | - 'Restart the standalone pjb server (java)' |
|
| 29 | - ) |
|
| 30 | - ->addArgument( |
|
| 27 | + ->setDescription( |
|
| 28 | + 'Restart the standalone pjb server (java)' |
|
| 29 | + ) |
|
| 30 | + ->addArgument( |
|
| 31 | 31 | 'config-file', |
| 32 | 32 | InputArgument::REQUIRED, |
| 33 | 33 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 34 | - ) |
|
| 35 | - ->setHelp(<<<EOT |
|
| 34 | + ) |
|
| 35 | + ->setHelp(<<<EOT |
|
| 36 | 36 | Start the php java bridge server in the background. |
| 37 | 37 | EOT |
| 38 | 38 | ); |
@@ -24,15 +24,15 @@ |
||
| 24 | 24 | protected function configure() |
| 25 | 25 | { |
| 26 | 26 | $this->setName('pjbserver:stop') |
| 27 | - ->setDescription( |
|
| 28 | - 'Stop the standalone pjb server (java)' |
|
| 29 | - ) |
|
| 27 | + ->setDescription( |
|
| 28 | + 'Stop the standalone pjb server (java)' |
|
| 29 | + ) |
|
| 30 | 30 | ->addArgument( |
| 31 | 31 | 'config-file', |
| 32 | 32 | InputArgument::REQUIRED, |
| 33 | 33 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 34 | 34 | ) |
| 35 | - ->setHelp(<<<EOT |
|
| 35 | + ->setHelp(<<<EOT |
|
| 36 | 36 | Stop the standalone php java bridge server (running in the background). |
| 37 | 37 | EOT |
| 38 | 38 | ); |
@@ -24,16 +24,16 @@ |
||
| 24 | 24 | protected function configure() |
| 25 | 25 | { |
| 26 | 26 | $this->setName('pjbserver:start') |
| 27 | - ->setDescription( |
|
| 28 | - 'Start the standalone pjb server (java)' |
|
| 29 | - ) |
|
| 27 | + ->setDescription( |
|
| 28 | + 'Start the standalone pjb server (java)' |
|
| 29 | + ) |
|
| 30 | 30 | ->addArgument( |
| 31 | 31 | 'config-file', |
| 32 | 32 | InputArgument::REQUIRED, |
| 33 | 33 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 34 | 34 | ) |
| 35 | 35 | |
| 36 | - ->setHelp(<<<EOT |
|
| 36 | + ->setHelp(<<<EOT |
|
| 37 | 37 | Start the php java bridge server in the background. |
| 38 | 38 | EOT |
| 39 | 39 | ); |