1
0
Fork 0

Remove unused variable

pull/9165/head
username 2020-08-29 21:15:15 +02:00
parent 3f09ae0737
commit 459e2473c8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ EOT
} }
if ($downloader instanceof VcsCapableDownloaderInterface) { if ($downloader instanceof VcsCapableDownloaderInterface) {
if ($currentRef = $downloader->getVcsReference($package, $targetDir)) { if ($downloader->getVcsReference($package, $targetDir)) {
switch ($package->getInstallationSource()) { switch ($package->getInstallationSource()) {
case 'source': case 'source':
$previousRef = $package->getSourceReference(); $previousRef = $package->getSourceReference();