Ver código fonte

Merge pull request #916 from chEbba/downloadmanager-filesystem

Add missed docblock for the  parameter in the DownloadManager constructor
Nils Adermann 12 anos atrás
pai
commit
9b8efc9fe3
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/Composer/Downloader/DownloadManager.php

+ 2 - 1
src/Composer/Downloader/DownloadManager.php

@@ -30,7 +30,8 @@ class DownloadManager
     /**
      * Initializes download manager.
      *
-     * @param bool $preferSource prefer downloading from source
+     * @param bool             $preferSource prefer downloading from source
+     * @param Filesystem|null  $filesystem   custom Filesystem object
      */
     public function __construct($preferSource = false, Filesystem $filesystem = null)
     {