mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 19:20:56 +00:00
Clean up
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user