Skip to content

Commit

Permalink
MAGETWO-67405: Improved text of exception message in case of error in…
Browse files Browse the repository at this point in the history
… module's composer.json #9165
  • Loading branch information
Oleksii Korshenko committed Apr 13, 2017
1 parent 85176e0 commit 3f58731
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/internal/Magento/Framework/Module/PackageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function __construct(Dir\Reader $reader, ComponentRegistrar $componentReg
* Load the packages information
*
* @return void
* @throws \Zend_Json_Exception
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
private function load()
{
Expand Down Expand Up @@ -239,7 +241,7 @@ public function getRequiredBy($requiredModuleName)
$requiredBy[] = $moduleName;
}
}

return $requiredBy;
}

Expand Down

0 comments on commit 3f58731

Please sign in to comment.