Skip to content

Commit e55b437

Browse files
authored
Merge pull request #71 from TheGIBSON/master
Fix helper function docblock
2 parents ae77f4a + 340105e commit e55b437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @param string $ip
88
*
9-
* @return \Torann\GeoIP\GeoIP|string
9+
* @return \Torann\GeoIP\GeoIP|\Torann\GeoIP\Location
1010
*/
1111
function geoip($ip = null)
1212
{

0 commit comments

Comments
 (0)