Update doc block.

This commit is contained in:
mark_story 2013-07-05 21:25:06 -04:00
parent b9726b71d1
commit a7213b2e64

View file

@ -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) {