File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function reverse($latitude, $longitude)
7777 * Registers a provider.
7878 *
7979 * @param \Geocoder\Provider\ProviderInterface $provider
80- * @return \Geocoder\AbstractGeocoder
80+ * @return \Geocoder\GeocoderInterface
8181 */
8282 public function registerProvider (ProviderInterface $ provider )
8383 {
@@ -92,7 +92,7 @@ public function registerProvider(ProviderInterface $provider)
9292 * Registers a set of providers.
9393 *
9494 * @param array $providers
95- * @return \Geocoder\AbstractGeocoder
95+ * @return \Geocoder\GeocoderInterface
9696 */
9797 public function registerProviders (array $ providers = array ())
9898 {
@@ -107,7 +107,7 @@ public function registerProviders(array $providers = array())
107107 * Sets the provider to use.
108108 *
109109 * @param string $name A provider's name
110- * @return \Geocoder\AbstractGeocoder
110+ * @return \Geocoder\GeocoderInterface
111111 */
112112 public function using ($ name )
113113 {
You can’t perform that action at this time.
0 commit comments