mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update doc block.
This commit is contained in:
parent
b9726b71d1
commit
a7213b2e64
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class CakeBaseException extends RuntimeException {
|
|||
* - an array of string headers is also accepted
|
||||
* @param string $value. The header value.
|
||||
* @return array
|
||||
* @see CakeResponse::header() See also
|
||||
* @see CakeResponse::header()
|
||||
*/
|
||||
public function responseHeader($header = null, $value = null) {
|
||||
if ($header) {
|
||||
|
|
Loading…
Reference in a new issue