Passed
Push — master ( 1b1af0...bc2b76 )
by Mohammad Hafijul
02:00
created
src/Templates/migrate.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,14 +20,14 @@
 block discarded – undo
20 20
         $this->db->disableForeignKeyChecks();
21 21
 
22 22
         $this->forge->addField([
23
-	    {attributes}
24
-	    ]);
23
+        {attributes}
24
+        ]);
25 25
         {keys}
26 26
         $this->forge->createTable('{table}');
27 27
 
28 28
         //enable Foreign Key Check
29 29
         $this->db->enableForeignKeyChecks();
30
-	}
30
+    }
31 31
 
32 32
     //--------------------------------------------------------------------
33 33
 
Please login to merge, or discard this patch.