Skip to content

Commit f3f129c

Browse files
committed
Use proper indentation on migration files
1 parent 4c8ae27 commit f3f129c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

migrations/Version20220312135411.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public function up(Schema $schema): void
3434
}
3535

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

migrations/Version20220324162224.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public function up(Schema $schema): void
2525
}
2626

2727
/**
28-
* @noinspection PhpMissingParentCallCommonInspection
29-
*/
28+
* @noinspection PhpMissingParentCallCommonInspection
29+
*/
3030
public function down(Schema $schema): void
3131
{
3232
$this->addSql('ALTER TABLE log_login DROP username');

migrations/Version20220812161020.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function up(Schema $schema): void
3939
}
4040

4141
/**
42-
* @noinspection PhpMissingParentCallCommonInspection
43-
*/
42+
* @noinspection PhpMissingParentCallCommonInspection
43+
*/
4444
public function down(Schema $schema): void
4545
{
4646
// this down() migration is auto-generated, please modify it to your needs

migrations/Version20230930102814.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function up(Schema $schema): void
3939
}
4040

4141
/**
42-
* @noinspection PhpMissingParentCallCommonInspection
43-
*/
42+
* @noinspection PhpMissingParentCallCommonInspection
43+
*/
4444
public function down(Schema $schema): void
4545
{
4646
// this down() migration is auto-generated, please modify it to your needs

0 commit comments

Comments
 (0)