Remove dead code

main
Jordi Boggiano 4 years ago
parent 5c0c51388a
commit bb96b04f4a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -1333,8 +1333,6 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
throw new \LogicException('lazyProvidersRepoContains should not be called unless hasAvailablePackageList is true');
}
$ruledOutByExactMatch = $ruledOutByRegex = true;
if (is_array($this->availablePackages) && isset($this->availablePackages[$name])) {
return true;
}

Loading…
Cancel
Save