|
|
@@ -429,9 +429,9 @@ class CakeResponse {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Sets the cookies that have been added via static method CakeResponse::addCookie()
|
|
|
- * before any other output is sent to the client.
|
|
|
- * Will set the cookies in the order they have been set.
|
|
|
+ * Sets the cookies that have been added via CakeResponse::cookie() before any
|
|
|
+ * other output is sent to the client. Will set the cookies in the order they
|
|
|
+ * have been set.
|
|
|
*
|
|
|
* @return void
|
|
|
*/
|