Browse Source

Agregado de enter en la muestra por pantalla

gabriel 7 năm trước cách đây
mục cha
commit
d4b78fbdf5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Migrations/MigrationsBase.php

+ 1 - 1
Migrations/MigrationsBase.php

@@ -505,7 +505,7 @@ class MigrationsBase extends AbstractMigration implements ContainerAwareInterfac
         }
         if ($this->isShowParameters()) {
             if (strlen($param) > 4) {
-                $param = " Parameters: " . substr($param, 0, strlen($param) - 4);
+                $param = "\n\tParameters: " . substr($param, 0, strlen($param) - 4) . "\n";
             }
         }
         try {