Skip to content

Commit 7dd8d2d

Browse files
committed
fix
1 parent c5578b2 commit 7dd8d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Illuminate/Http/Request.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public function secure()
252252
}
253253

254254
/**
255-
* Returns the client IP address.
255+
* Get the client IP address.
256256
*
257257
* @return string
258258
*/
@@ -262,7 +262,7 @@ public function ip()
262262
}
263263

264264
/**
265-
* Returns the client IP addresses.
265+
* Get the client IP addresses.
266266
*
267267
* @return array
268268
*/
@@ -272,7 +272,7 @@ public function ips()
272272
}
273273

274274
/**
275-
* Returns the client user agent.
275+
* Get the client user agent.
276276
*
277277
* @return string
278278
*/

0 commit comments

Comments
 (0)