From 72ab08bd03d621bc7235b0836c325827217b568b Mon Sep 17 00:00:00 2001 From: chrico Date: Fri, 13 May 2022 11:34:16 +0200 Subject: [PATCH] phpcs.. --- src/Util/Downloader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Util/Downloader.php b/src/Util/Downloader.php index 3a53458..dfccba4 100644 --- a/src/Util/Downloader.php +++ b/src/Util/Downloader.php @@ -61,6 +61,7 @@ public function __construct( Locker $locker, string $cacheRoot ) { + $this->io = $io; $this->unzipper = $unzipper; $this->remoteFilesystem = $remoteFilesystem;