We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5578b2 commit 7dd8d2dCopy full SHA for 7dd8d2d
src/Illuminate/Http/Request.php
@@ -252,7 +252,7 @@ public function secure()
252
}
253
254
/**
255
- * Returns the client IP address.
+ * Get the client IP address.
256
*
257
* @return string
258
*/
@@ -262,7 +262,7 @@ public function ip()
262
263
264
265
- * Returns the client IP addresses.
+ * Get the client IP addresses.
266
267
* @return array
268
@@ -272,7 +272,7 @@ public function ips()
272
273
274
275
- * Returns the client user agent.
+ * Get the client user agent.
276
277
278
0 commit comments