1
0
Fork 0

Merge pull request #7932 from hco/patch-2

Installer: Initialize $nameMatchesRequiredPackage
pull/7946/head
Jordi Boggiano 2019-01-30 08:29:42 +01:00 committed by GitHub
commit 8c93890c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1317,6 +1317,7 @@ class Installer
foreach ($this->updateWhitelist as $packageName => $void) {
$packageQueue = new \SplQueue;
$nameMatchesRequiredPackage = false;
$depPackages = $pool->whatProvides($packageName);
$matchesByPattern = array();