Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Oct 16, 2015
1 parent 49e6d2d commit befbda1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Command/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ protected function configure()
{
$this->setName('status')
->setDescription('Show migration status')
->addOption('--format', '-f', InputOption::VALUE_REQUIRED, 'The output format: text or json. Defaults to text.')
->addOption(
'--format',
'-f',
InputOption::VALUE_REQUIRED,
'The output format: text or json. Defaults to text.'
)
->setHelp('prints a list of all migrations, along with their current status')
->addOption('--plugin', '-p', InputOption::VALUE_REQUIRED, 'The plugin containing the migrations')
->addOption('--connection', '-c', InputOption::VALUE_REQUIRED, 'The datasource connection to use')
Expand Down

0 comments on commit befbda1

Please sign in to comment.