diff --git a/Console/Command/ListModulesCommand.php b/Console/Command/ListModulesCommand.php index 5d99b86..b07e4b4 100644 --- a/Console/Command/ListModulesCommand.php +++ b/Console/Command/ListModulesCommand.php @@ -119,7 +119,8 @@ private function getComposerVersion(string $moduleName): string if (!empty($composerVersion)) { return $composerVersion; } - } catch(RuntimeException $e) {} + } catch(RuntimeException $e) { + } $composerName = $composerFile->get('name'); return $this->composerProvider->getVersionByComposerName($composerName);