Skip to content

Commit 22668fc

Browse files
authored
Removed "Position" and replaced it with "Location" (#564)
1 parent 1915976 commit 22668fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Geocoder/Location.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Geocoder\Model\Country;
88

99
/**
10-
* A position is a single result from a Geocoder.
10+
* A location is a single result from a Geocoder.
1111
*
1212
* @author William Durand <[email protected]>
1313
* @author Tobias Nyholm <[email protected]>
@@ -87,7 +87,7 @@ public function getAdminLevels();
8787
public function getCountry();
8888

8989
/**
90-
* Returns the timezone for the Position. The timezone MUST be in the list of supported timezones.
90+
* Returns the timezone for the Location. The timezone MUST be in the list of supported timezones.
9191
*
9292
* {@link http://php.net/manual/en/timezones.php}
9393
*

0 commit comments

Comments
 (0)