浏览代码

Add missed docblock for the parameter in the DownloadManager constructor

Kirill chEbba Chebunin 13 年之前
父节点
当前提交
2f7e064e99
共有 1 个文件被更改,包括 2 次插入1 次删除
  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)
     {