From d02e847c3f73a62c5e4b69dcb477be4e50ecf112 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Mon, 27 Nov 2017 14:47:53 -0800 Subject: [PATCH] MDL-60161 class curl in filelib: Cleaned up doc block. --- lib/filelib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/filelib.php b/lib/filelib.php index d275e7f19c2..07f0d1920fd 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -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)) {