1
0
Fork 0

Add missed docblock for the parameter in the DownloadManager constructor

pull/916/head
Kirill chEbba Chebunin 2012-07-15 23:26:47 +04:00
parent f12818233d
commit 2f7e064e99
1 changed files with 2 additions and 1 deletions

View File

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