We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc9f39 commit c22243eCopy full SHA for c22243e
lib/internal/Magento/Framework/Module/PackageInfo.php
@@ -87,8 +87,8 @@ private function load()
87
} catch (\Zend_Json_Exception $e) {
88
throw new \Zend_Json_Exception(
89
sprintf(
90
- "%s composer.json error: %s",
91
- $moduleName,
+ "%s composer.json error: %s",
+ $moduleName,
92
$e->getMessage()
93
)
94
);
0 commit comments