@@ -26,8 +26,8 @@ |
||
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @noinspection PhpMissingParentCallCommonInspection |
|
| 30 | - */ |
|
| 29 | + * @noinspection PhpMissingParentCallCommonInspection |
|
| 30 | + */ |
|
| 31 | 31 | public function down(Schema $schema): void |
| 32 | 32 | { |
| 33 | 33 | $this->addSql('ALTER TABLE log_login_failure DROP FOREIGN KEY FK_EDB4AF3A76ED395'); |
@@ -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 | |