Skip to content

Commit c2a0d22

Browse files
add missing semicolon
1 parent 5c3316b commit c2a0d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DiffFileCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function configure()
2121
{
2222
parent::configure();
2323

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

2727
/**

0 commit comments

Comments
 (0)