1
0
Fork 0

Stop unrolling the root aliases

pull/8531/head
Jordi Boggiano 2020-01-17 13:54:13 +01:00
parent 73bc137c3c
commit cc91e9164a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ class Request
*/
public function fixPackage(PackageInterface $package, $lockable = true)
{
if ($package instanceof RootAliasPackage) {
$package = $package->getAliasOf();
}
$this->fixedPackages[spl_object_hash($package)] = $package;
if (!$lockable) {