1
0
Fork 0

Merge pull request #916 from chEbba/downloadmanager-filesystem

Add missed docblock for the  parameter in the DownloadManager constructor
pull/917/head
Nils Adermann 2012-07-15 17:41:51 -07:00
commit 9b8efc9fe3
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ class DownloadManager
/** /**
* Initializes download manager. * 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) public function __construct($preferSource = false, Filesystem $filesystem = null)
{ {