MDL-60161 class curl in filelib: Cleaned up doc block.

This commit is contained in:
Carson Tam
2017-12-13 11:13:00 +08:00
committed by Adrian Greeve
parent f29bd28d6a
commit 65e260281b
-1
View File
@@ -3027,7 +3027,6 @@ class curl {
* Set HTTP Request Header
*
* @param array $header
* @param bool $replace If true, will remove any existing headers before appending the new one.
*/
public function setHeader($header) {
if (is_array($header)) {