We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9726b7 commit a7213b2Copy full SHA for a7213b2
lib/Cake/Error/exceptions.php
@@ -41,7 +41,7 @@ class CakeBaseException extends RuntimeException {
41
* - an array of string headers is also accepted
42
* @param string $value. The header value.
43
* @return array
44
- * @see CakeResponse::header() See also
+ * @see CakeResponse::header()
45
*/
46
public function responseHeader($header = null, $value = null) {
47
if ($header) {
0 commit comments