We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6547bf0 commit 4c8ae27Copy full SHA for 4c8ae27
templates/Doctrine/migration.tpl
@@ -33,8 +33,8 @@ final class <className> extends AbstractMigration
33
}
34
35
/**
36
- * @noinspection PhpMissingParentCallCommonInspection
37
- */
+ * @noinspection PhpMissingParentCallCommonInspection
+ */
38
public function down(Schema $schema): void
39
{
40
// this down() migration is auto-generated, please modify it to your needs
0 commit comments