Passed
Push — develop ( bfd649...019da5 )
by Stone
04:16
created
src/Migrations/Version20190314215226.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
         $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.');
24 24
 
25 25
         $this->addSql('DROP INDEX UNIQ_389B7835E237E06 ON tag');
26
-           }
26
+            }
27 27
 
28 28
     public function down(Schema $schema) : void
29 29
     {
@@ -31,5 +31,5 @@  discard block
 block discarded – undo
31 31
         $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.');
32 32
 
33 33
         $this->addSql('CREATE UNIQUE INDEX UNIQ_389B7835E237E06 ON tag (name)');
34
-           }
34
+            }
35 35
 }
Please login to merge, or discard this patch.