Remove unnecessary overridden method

The method just called its parent without further logic
main
Markus Staab 4 years ago committed by GitHub
parent a825581ae2
commit e8ce5a3db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,10 +28,6 @@ use Composer\DependencyResolver\Operation\InstallOperation;
*/
abstract class ArchiveDownloader extends FileDownloader
{
public function download(PackageInterface $package, $path, PackageInterface $prevPackage = null, $output = true)
{
return parent::download($package, $path, $prevPackage, $output);
}
/**
* {@inheritDoc}

Loading…
Cancel
Save