Add missed docblock for the parameter in the DownloadManager constructor
parent
f12818233d
commit
2f7e064e99
|
@ -31,6 +31,7 @@ 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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue