Passed
Pull Request — master (#2173)
by Tarmo
10:28 queued 01:18
created
migrations/Version20220312135411.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-    * @noinspection PhpMissingParentCallCommonInspection
38
-    */
37
+     * @noinspection PhpMissingParentCallCommonInspection
38
+     */
39 39
     public function down(Schema $schema): void
40 40
     {
41 41
         // this down() migration is auto-generated, please modify it to your needs
Please login to merge, or discard this patch.
migrations/Version20220324162224.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
migrations/Version20220812161020.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-    * @noinspection PhpMissingParentCallCommonInspection
38
-    */
37
+     * @noinspection PhpMissingParentCallCommonInspection
38
+     */
39 39
     public function down(Schema $schema): void
40 40
     {
41 41
         // this down() migration is auto-generated, please modify it to your needs
Please login to merge, or discard this patch.