MakiCode hace 9 años
padre
commit
7005d89847
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Composer/Package/Archiver/ArchiveManager.php

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

@@ -127,7 +127,7 @@ class ArchiveManager
         }
 
         $filesystem = new Filesystem();
-        if (null !== $fileName) {
+        if (null === $fileName) {
             $packageName = $this->getPackageFilename($package);
         } else {
             $packageName = $fileName;