Test Failed
Push — master ( 7c77cf...a1eff0 )
by Josh
03:08
created
src/Migrations/MigrationsCreator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@
 block discarded – undo
425 425
         } else {
426 426
             try {
427 427
                 $write = file_put_contents($this->migrations_path.$class_name.'.php', $file_contents);
428
-                 $this->log_data = [
428
+                    $this->log_data = [
429 429
                     'name' => $class_name,
430 430
                     'type' => $this->getServerType(),
431 431
                     'description' => $this->getDescription(),
Please login to merge, or discard this patch.