Skip to content

Commit

Permalink
Update doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 6, 2013
1 parent b9726b7 commit a7213b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Error/exceptions.php
Expand Up @@ -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) {
Expand Down

1 comment on commit a7213b2

@ravage84
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

Please sign in to comment.