Passed
Pull Request — master (#1735)
by Tarmo
08:55
created
migrations/Version20220312135411.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace DoctrineMigrations;
5 5
 
Please login to merge, or discard this patch.