@@ -92,7 +92,7 @@ |
||
92 | 92 | } catch (\Throwable $e) { // Catching Throwable for broader compatibility (PHP 7+) |
93 | 93 | $output->writeln('<error>Error fetching Magento 2 API routes: ' . $e->getMessage() . '</error>'); |
94 | 94 | if ($output->isVerbose()) { |
95 | - $output->writeln((string)$e); |
|
95 | + $output->writeln((string) $e); |
|
96 | 96 | } |
97 | 97 | return 1; |
98 | 98 | } |
@@ -325,8 +325,8 @@ |
||
325 | 325 | |
326 | 326 | if ($isError) { |
327 | 327 | $message = "<error> |