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 7e5cad1 commit aa6bd20Copy full SHA for aa6bd20
src/Geocoder/Geocoder.php
@@ -28,7 +28,7 @@ interface Geocoder
28
* @param string $value
29
*
30
* @return AddressCollection
31
- * @throws Geocoder\Exception\Exception
+ * @throws \Geocoder\Exception\Exception
32
*/
33
public function geocode($value);
34
@@ -39,7 +39,7 @@ public function geocode($value);
39
* @param double $longitude
40
41
42
43
44
public function reverse($latitude, $longitude);
45
0 commit comments