From 0536e058f9aa6e52509f0085fbc30b6697b10a9b Mon Sep 17 00:00:00 2001 From: Matthew Ouyang Date: Thu, 16 Jan 2014 00:09:21 -0500 Subject: [PATCH] correct the option key documentation fix 'statusCodes' instead of 'codes' --- lib/Cake/Network/CakeResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 95a57e92d..2eadc4f1e 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -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