瀏覽代碼

Agregado de enter en la muestra por pantalla

gabriel 7 年之前
父節點
當前提交
d4b78fbdf5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {