Browse Source

Update doc block.

mark_story 12 years ago
parent
commit
a7213b2e64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Error/exceptions.php

+ 1 - 1
lib/Cake/Error/exceptions.php

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