1
0
Fork 0

Modified comment block (#7700)

* Modified comment block
pull/7641/head^2
Seven Du 2018-10-31 23:57:44 +08:00 committed by Jordi Boggiano
parent 8bead93343
commit 148e503b31
1 changed files with 6 additions and 1 deletions

View File

@ -114,13 +114,18 @@ class RemoteFilesystem
/**
* Merges new options
*
* @return array $options
* @param array $options
*/
public function setOptions(array $options)
{
$this->options = array_replace_recursive($this->options, $options);
}
/**
* Check is disable TLS.
*
* @return bool
*/
public function isTlsDisabled()
{
return $this->disableTls === true;