Merge pull request #7932 from hco/patch-2
Installer: Initialize $nameMatchesRequiredPackagepull/7946/head
commit
8c93890c48
|
@ -1317,6 +1317,7 @@ class Installer
|
|||
|
||||
foreach ($this->updateWhitelist as $packageName => $void) {
|
||||
$packageQueue = new \SplQueue;
|
||||
$nameMatchesRequiredPackage = false;
|
||||
|
||||
$depPackages = $pool->whatProvides($packageName);
|
||||
$matchesByPattern = array();
|
||||
|
|
Loading…
Reference in New Issue