mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Fixed indentation
This commit is contained in:
parent
7005d89847
commit
22e93f110b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue