Browse Source

Fixed docblock. Closes #2476

ADmad 12 years ago
parent
commit
87440bba87
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lib/Cake/Network/CakeResponse.php

+ 3 - 3
lib/Cake/Network/CakeResponse.php

@@ -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
  */