@@ -10,7 +10,7 @@ |
||
| 10 | 10 | fwrite(STDERR, implode(PHP_EOL, array( |
| 11 | 11 | 'The suhosin.executor.include.whitelist setting is incorrect.', |
| 12 | 12 | 'Add the following to the end of your `php.ini` or suhosin.ini (Example path [for Debian]: /etc/php5/cli/conf.d/suhosin.ini):', |
| 13 | - ' suhosin.executor.include.whitelist = phar '.$suhosin, |
|
| 13 | + ' suhosin.executor.include.whitelist = phar ' . $suhosin, |
|
| 14 | 14 | '' |
| 15 | 15 | ))); |
| 16 | 16 | exit(1); |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | protected function configure() |
| 12 | 12 | { |
| 13 | 13 | $this->setName('media:cache:image:clear') |
| 14 | - ->setDescription('Clears image cache'); |
|
| 14 | + ->setDescription('Clears image cache'); |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | /** |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | protected function configure() |
| 12 | 12 | { |
| 13 | 13 | $this->setName('media:cache:jscss:clear') |
| 14 | - ->setDescription('Clears JS/CSS cache'); |
|
| 14 | + ->setDescription('Clears JS/CSS cache'); |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | /** |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | $this |
| 28 | 28 | ->setName('sys:cron:run') |
| 29 | 29 | ->addArgument('job', InputArgument::OPTIONAL, 'Job code') |
| 30 | - ->addOption('schedule', null,InputOption::VALUE_NONE, 'Schedule cron instead of run with current user') |
|
| 30 | + ->addOption('schedule', null, InputOption::VALUE_NONE, 'Schedule cron instead of run with current user') |
|
| 31 | 31 | ->setDescription('Runs a cronjob by job code'); |
| 32 | 32 | $help = <<<HELP |
| 33 | 33 | If no `job` argument is passed you can select a job from a list. |