Simplify code

main
Ondřej Mirtes 3 years ago committed by GitHub
parent be58b36a35
commit 58ced29a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -566,7 +566,6 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
}
$packages = null;
if ($cacheKey) {
if (!$useLastModifiedCheck && $hash && $this->cache->sha256($cacheKey) === $hash) {
$packages = json_decode($this->cache->read($cacheKey), true);
$packagesSource = 'cached file ('.$cacheKey.' originating from '.Url::sanitize($url).')';
@ -584,7 +583,6 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
}
}
}
}
if (!$packages) {
try {

Loading…
Cancel
Save