MDL-60161 class curl in filelib: Cleaned up doc block.
This commit is contained in:
committed by
Adrian Greeve
parent
aab559c464
commit
d02e847c3f
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user