Skip to content

Commit f3f70f1

Browse files
author
Ivan Gavryshko
committed
MAGETWO-52914: Setup UI Modifications
- fixed code static
1 parent 24aaeb1 commit f3f70f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup/src/Magento/Setup/Model/SystemPackage.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,13 @@ public function sortVersions($enterpriseVersions)
197197
}
198198

199199
/**
200+
* Re-formats packages array to merge packages, sort versions and add technical data
201+
*
200202
* @param array $packages
201203
* @return array
202204
*/
203-
private function formatPackages($packages) {
205+
private function formatPackages($packages)
206+
{
204207

205208
$versions = [];
206209

0 commit comments

Comments
 (0)