Code style fixes.
This commit is contained in:
parent
ffb8ef334c
commit
e59e4a397f
10 changed files with 59 additions and 43 deletions
|
|
@ -55,8 +55,10 @@ class ScheduleBuildCommand extends Command
|
|||
{
|
||||
$this
|
||||
->setName('php-censor:schedule-build')
|
||||
->setDescription('Schedules a build for active projects which have not been ran by X days')
|
||||
->addArgument('days', InputArgument::REQUIRED, 'Since specified days');
|
||||
|
||||
->addArgument('days', InputArgument::REQUIRED, 'Since specified days')
|
||||
|
||||
->setDescription('Schedules a build for active projects which have not been ran by X days');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue