Update yaf_namespace.php

This commit is contained in:
wxxiong6 2019-04-03 16:46:30 +08:00 committed by GitHub
parent 6a63b61b4c
commit 24551d466f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2293,11 +2293,10 @@ class Http extends \Yaf\Response_Abstract
/**
* @link https://secure.php.net/manual/en/yaf-response-abstract.clearheaders.php
*
* @param string $name
*
* @return \Yaf\Response_Abstract|false
*/
public function clearHeaders($name = null)
public function clearHeaders()
{
}