mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
correct the option key
documentation fix 'statusCodes' instead of 'codes'
This commit is contained in:
parent
84eb46dbdc
commit
0536e058f9
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class CakeResponse {
|
|||
*
|
||||
* @param array $options list of parameters to setup the response. Possible values are:
|
||||
* - body: the response text that should be sent to the client
|
||||
* - codes: additional allowable response codes
|
||||
* - statusCodes: additional allowable response codes
|
||||
* - status: the HTTP status code to respond with
|
||||
* - type: a complete mime-type string or an extension mapped in this class
|
||||
* - charset: the charset for the response body
|
||||
|
|
Loading…
Reference in a new issue