1
0
Fork 0

add missing array-replace-recursive

pull/4805/head
Rob Bast 2016-01-22 14:29:29 +01:00
parent d6be2a693b
commit 5b85ee409c
1 changed files with 1 additions and 0 deletions

View File

@ -595,6 +595,7 @@ class Factory
if ($config && $config->get('capath')) {
$remoteFilesystemOptions['ssl']['capath'] = $config->get('capath');
}
$remoteFilesystemOptions = array_replace_recursive($remoteFilesystemOptions, $options);
}
try {
$remoteFilesystem = new RemoteFilesystem($io, $config, $remoteFilesystemOptions, $disableTls);