Peter Kokot před 12 roky
rodič
revize
4748f16091
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Composer/Package/Archiver/ArchiveManager.php

+ 1 - 1
src/Composer/Package/Archiver/ArchiveManager.php

@@ -144,7 +144,7 @@ class ArchiveManager
         // Create the archive
         // Create the archive
         $archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes());
         $archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes());
 
 
-        //cleanup temporary download
+        // cleanup temporary download
         if (!$package instanceof RootPackage) {
         if (!$package instanceof RootPackage) {
             $filesystem->removeDirectory($sourcePath);
             $filesystem->removeDirectory($sourcePath);
         }
         }