Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix incorrect return type.
  • Loading branch information
markstory committed May 23, 2012
1 parent 5270721 commit aa85451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeRequest.php
Expand Up @@ -615,7 +615,7 @@ public function method() {
/**
* Get the host that the request was handled on.
*
* @return void
* @return string
*/
public function host() {
return env('HTTP_HOST');
Expand Down

0 comments on commit aa85451

Please sign in to comment.