From 22e93f110b44d109384377a1d94c5cce8cfe7bb6 Mon Sep 17 00:00:00 2001 From: MakiCode Date: Wed, 7 Oct 2015 15:52:58 -0500 Subject: [PATCH] Fixed indentation --- src/Composer/Package/Archiver/ArchiveManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Package/Archiver/ArchiveManager.php b/src/Composer/Package/Archiver/ArchiveManager.php index 787a9f742..dbf0b5977 100644 --- a/src/Composer/Package/Archiver/ArchiveManager.php +++ b/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