@@ -31,7 +31,7 @@ |
||
31 | 31 | { |
32 | 32 | public static function schemaToolFailure(string $sql, Throwable $e) : self |
33 | 33 | { |
34 | - return new self("Schema-Tool failed with Error '" . $e->getMessage() . "' while executing DDL: " . $sql, "0", $e); |
|
34 | + return new self("Schema-Tool failed with Error '".$e->getMessage()."' while executing DDL: ".$sql, "0", $e); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
@@ -74,7 +74,7 @@ |
||
74 | 74 | $em->getConnection()->connect(); |
75 | 75 | } |
76 | 76 | } catch (Throwable $e) { |
77 | - $output->writeln('<error>' . $e->getMessage() . '</error>'); |
|
77 | + $output->writeln('<error>'.$e->getMessage().'</error>'); |
|
78 | 78 | |
79 | 79 | return 1; |
80 | 80 | } |