mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Updated doc block comment
This commit is contained in:
parent
19afed0003
commit
f76046625b
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class CakeResponse {
|
||||||
* -1 => 'Reverse Infinity',
|
* -1 => 'Reverse Infinity',
|
||||||
* 12345 => 'Universal Password',
|
* 12345 => 'Universal Password',
|
||||||
* 'Hello' => 'World'
|
* 'Hello' => 'World'
|
||||||
* )); // throws an error due to invalid codes
|
* )); // throws an exception due to invalid codes
|
||||||
*
|
*
|
||||||
* For more on HTTP status codes see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1
|
* For more on HTTP status codes see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue