Remove all caps

This commit is contained in:
Zach Borboa
2016-08-07 22:55:35 -07:00
parent 9aca3a996c
commit 1ad73d5da0
+1 -1
View File
@@ -906,7 +906,7 @@ class Curl
* @param $options
*
* @return boolean
* Returns TRUE if all options were successfully set. If an option could not be successfully set, FALSE is
* Returns true if all options were successfully set. If an option could not be successfully set, false is
* immediately returned, ignoring any future options in the options array. Similar to curl_setopt_array().
*/
public function setOpts($options)