1
0
Fork 0

Make config non optional, fixes #8896

pull/8918/head
Jordi Boggiano 2020-05-19 16:34:51 +02:00
parent b27c4b2472
commit d42e12c514
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ class Factory
* @param array $options Array of options passed directly to HttpDownloader constructor * @param array $options Array of options passed directly to HttpDownloader constructor
* @return HttpDownloader * @return HttpDownloader
*/ */
public static function createHttpDownloader(IOInterface $io, Config $config = null, $options = array()) public static function createHttpDownloader(IOInterface $io, Config $config, $options = array())
{ {
static $warned = false; static $warned = false;
$disableTls = false; $disableTls = false;