1
0
Fork 0

Accidentally indented.

pull/4966/head
Niels Keurentjes 2016-02-26 14:45:19 +01:00
parent 379d769132
commit d60e0c1842
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class ZipDownloader extends ArchiveDownloader
if (true !== $zipArchive->extractTo($path)) {
$this->io->writeError("<warn>As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.</warn>");
$this->io->writeError("<warn> This may cause invalid reports of corrupted archives. Installing 'unzip' may remediate them.</warn>");
$this->io->writeError("<warn>This may cause invalid reports of corrupted archives. Installing 'unzip' may remediate them.</warn>");
throw new \RuntimeException("There was an error extracting the ZIP file, it is either corrupted or using an invalid format");
}