Completed
Push — feat/1587-add-routes-api-list-... ( b7c212...4c726a )
by Christian
24s
created
src/N98/Magento/Command/Developer/Module/Routes/ListAllRoutesCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/N98/Magento/Command/Developer/KeepCalmCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -325,8 +325,8 @@
 block discarded – undo
325 325
 
326 326
         if ($isError) {
327 327
             $message = "<error>
Please login to merge, or discard this patch.