Go go phpstan 🤞
parent
742c2a9e93
commit
9e279740cd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue