소스 검색

Accidentally indented.

Niels Keurentjes 9 년 전
부모
커밋
d60e0c1842
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Downloader/ZipDownloader.php

+ 1 - 1
src/Composer/Downloader/ZipDownloader.php

@@ -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");
         }