Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 15, 2013
1 parent d6f57a6 commit 66bb78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Network/Request.php
Expand Up @@ -995,7 +995,7 @@ public function cookie($key) {
* Fallback to using env() if key not set in $environment property.
*
* @param string $key The key you want to read/write from/to.
* @param string $value Value to set. Defaut null.
* @param string $value Value to set. Default null.
* @return null|string|Cake\Network\Request Request instance if used as setter,
* if used as getter either the environment value, or null if the value doesn't exist.
*/
Expand Down

0 comments on commit 66bb78b

Please sign in to comment.