Explorar o código

Agregado de enter en la muestra por pantalla

gabriel %!s(int64=7) %!d(string=hai) anos
pai
achega
d4b78fbdf5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ($this->isShowParameters()) {
             if (strlen($param) > 4) {
             if (strlen($param) > 4) {
-                $param = " Parameters: " . substr($param, 0, strlen($param) - 4);
+                $param = "\n\tParameters: " . substr($param, 0, strlen($param) - 4) . "\n";
             }
             }
         }
         }
         try {
         try {