Skip to content

Commit 4c8ae27

Browse files
committed
Fixed migration template file
1 parent 6547bf0 commit 4c8ae27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/Doctrine/migration.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ final class <className> extends AbstractMigration
3333
}
3434

3535
/**
36-
* @noinspection PhpMissingParentCallCommonInspection
37-
*/
36+
* @noinspection PhpMissingParentCallCommonInspection
37+
*/
3838
public function down(Schema $schema): void
3939
{
4040
// this down() migration is auto-generated, please modify it to your needs

0 commit comments

Comments
 (0)