1
0
Fork 0

Go go phpstan 🤞

pull/9508/head
Jordi Boggiano 2020-11-19 11:28:12 +01:00 committed by GitHub
parent 742c2a9e93
commit 9e279740cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ EOT
$io->write(sprintf("Upgrading to version <info>%s</info> (%s channel).", $updateVersion, $channelString));
$remoteFilename = $baseUrl . ($updatingToTag ? "/download/{$updateVersion}/composer.phar" : '/composer.phar');
$signature = null;
try {
$signature = $httpDownloader->get($remoteFilename.'.sig')->getBody();
} catch (TransportException $e) {