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 1915976 commit 22668fcCopy full SHA for 22668fc
src/Geocoder/Location.php
@@ -7,7 +7,7 @@
7
use Geocoder\Model\Country;
8
9
/**
10
- * A position is a single result from a Geocoder.
+ * A location is a single result from a Geocoder.
11
*
12
* @author William Durand <[email protected]>
13
* @author Tobias Nyholm <[email protected]>
@@ -87,7 +87,7 @@ public function getAdminLevels();
87
public function getCountry();
88
89
90
- * Returns the timezone for the Position. The timezone MUST be in the list of supported timezones.
+ * Returns the timezone for the Location. The timezone MUST be in the list of supported timezones.
91
92
* {@link http://php.net/manual/en/timezones.php}
93
0 commit comments