This commit is contained in:
Zach Borboa
2016-07-24 00:56:21 -07:00
parent 6bae7d020c
commit fe6c0c55cb
+1 -1
View File
@@ -988,7 +988,7 @@ class Curl
* @param bool $on
* @param resource $output
*/
public function verbose($on = true, $output=STDERR)
public function verbose($on = true, $output = STDERR)
{
// Turn off CURLINFO_HEADER_OUT for verbose to work. This has the side
// effect of causing Curl::requestHeaders to be empty.