1
0
Fork 0

Clarify code

pull/2993/merge
Jordi Boggiano 2014-05-14 11:25:20 +02:00
parent 2a7a954f62
commit 0c343f925a
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class ComposerRepository extends ArrayRepository implements StreamableRepository
}
if ($this->lazyProvidersUrl && !isset($this->providerListing[$name])) {
$hash = $this->providerListing[$name]['sha256'];
$hash = null;
$url = str_replace('%package%', $name, $this->lazyProvidersUrl);
$cacheKey = false;
} elseif ($this->providersUrl) {