@@ -25,8 +25,8 @@ |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @noinspection PhpMissingParentCallCommonInspection |
|
| 29 | - */ |
|
| 28 | + * @noinspection PhpMissingParentCallCommonInspection |
|
| 29 | + */ |
|
| 30 | 30 | public function down(Schema $schema): void |
| 31 | 31 | { |
| 32 | 32 | $this->addSql('ALTER TABLE log_login DROP username'); |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace DoctrineMigrations; |
| 5 | 5 | |