Skip to content

Commit 0715dcf

Browse files
committed
Fix CS.
1 parent c0a0d37 commit 0715dcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Phinx/Console/Command/Init.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@
3737

3838
class Init extends Command
3939
{
40-
protected static $defaultName = 'init';
4140
const FILE_NAME = 'phinx';
4241

42+
protected static $defaultName = 'init';
43+
4344
/**
4445
* {@inheritdoc}
4546
*/

0 commit comments

Comments
 (0)