Code style fixes.
This commit is contained in:
parent
ffb8ef334c
commit
e59e4a397f
10 changed files with 59 additions and 43 deletions
|
|
@ -41,8 +41,10 @@ class WorkerCommand extends Command
|
|||
{
|
||||
$this
|
||||
->setName('php-censor:worker')
|
||||
->setDescription('Runs the PHP Censor build worker.')
|
||||
->addOption('debug', null, null, 'Run PHP Censor in Debug Mode');
|
||||
|
||||
->addOption('debug', null, null, 'Run PHP Censor in Debug Mode')
|
||||
|
||||
->setDescription('Runs the PHP Censor build worker.');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue