Clean up spacing

This commit is contained in:
Zach Borboa
2016-08-10 02:46:38 -07:00
parent 157bee6697
commit 8f2b878237
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ MultiCurl::setXmlDecoder($function)
MultiCurl::start()
MultiCurl::success($callback)
MultiCurl::unsetHeader($key)
MultiCurl::verbose($on = true, $output=STDERR)
MultiCurl::verbose($on = true, $output = STDERR)
```
### Contribute
+1 -1
View File
@@ -555,7 +555,7 @@ class MultiCurl
* @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.