public function __construct(string $installPath, DownloadManager $dm, Filesystem $fs) { $this->installPath = rtrim(strtr($installPath, '\\', '/'), '/') . '/'; $this->downloadManager = $dm; $this->filesystem = $fs; }