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

This commit is contained in:
Carson Tam
2017-12-13 11:15:00 +08:00
committed by Adrian Greeve
parent aab559c464
commit d02e847c3f
-1
View File
@@ -2971,7 +2971,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)) {