Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean authored Jan 24, 2019
1 parent 5c3316b commit c2a0d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DiffFileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function configure()
{
parent::configure();

$this->addOption('check', null, InputOption::VALUE_NONE, 'Check that all migrations have been created.')
$this->addOption('check', null, InputOption::VALUE_NONE, 'Check that all migrations have been created.');
}

/**
Expand Down

0 comments on commit c2a0d22

Please sign in to comment.