Parcourir la source

Fixed indentation

MakiCode il y a 9 ans
Parent
commit
22e93f110b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Composer/Package/Archiver/ArchiveManager.php

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

@@ -98,7 +98,7 @@ class ArchiveManager
      * @param  string                    $format    The format of the archive (zip, tar, ...)
      * @param  string                    $targetDir The directory where to build the archive
      * @param  string|null               $fileName  The relative file name to use for the archive, or null to generate
-     *                                   the package name. Note that the format will be appended to this name
+     *                                              the package name. Note that the format will be appended to this name
      * @throws \InvalidArgumentException
      * @throws \RuntimeException
      * @return string                    The path of the created archive