@@ -51,7 +51,7 @@ |
||
| 51 | 51 | |
| 52 | 52 | $orderedPackageList = PackagesOrderer::reorderPackages($unorderedPackagesList); |
| 53 | 53 | |
| 54 | - $packages = array_filter($orderedPackageList, function (PackageInterface $package) { |
|
| 54 | + $packages = array_filter($orderedPackageList, function(PackageInterface $package) { |
|
| 55 | 55 | $packageInstallPath = $this->getInstallPath($package); |
| 56 | 56 | |
| 57 | 57 | return file_exists($packageInstallPath.'/discovery.json'); |