Make config non optional, fixes #8896

main
Jordi Boggiano 4 years ago
parent b27c4b2472
commit d42e12c514
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -584,7 +584,7 @@ class Factory
* @param array $options Array of options passed directly to HttpDownloader constructor
* @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;
$disableTls = false;

Loading…
Cancel
Save