Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 2, 2017
1 parent c5578b2 commit 7dd8d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function secure()
}

/**
* Returns the client IP address.
* Get the client IP address.
*
* @return string
*/
Expand All @@ -262,7 +262,7 @@ public function ip()
}

/**
* Returns the client IP addresses.
* Get the client IP addresses.
*
* @return array
*/
Expand All @@ -272,7 +272,7 @@ public function ips()
}

/**
* Returns the client user agent.
* Get the client user agent.
*
* @return string
*/
Expand Down

0 comments on commit 7dd8d2d

Please sign in to comment.