Skip to content

Commit

Permalink
Merge branch '2.10.x' into 2.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayet committed Jan 24, 2025
2 parents 17edcca + 15fa726 commit febd3cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private function hasPackagesErrors(): bool
private function getPackagesErrors(): array
{
if (null === $this->packagesErrors) {
$this->packagesErrors = [];
if (!empty($this->packagesToCheck)) {
$corePackageVersion = $this->productMetadata->getVersion();
$systemPackages = $this->composerInformationProvider->getComposerInformation()->getSystemPackages();
Expand Down

0 comments on commit febd3cf

Please sign in to comment.