Bläddra i källkod

Modified comment block (#7700)

* Modified comment block
Seven Du 6 år sedan
förälder
incheckning
148e503b31
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      src/Composer/Util/RemoteFilesystem.php

+ 6 - 1
src/Composer/Util/RemoteFilesystem.php

@@ -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;