Skip to content

Commit 3a1ae18

Browse files
author
Ben Glassman
committed
Add throws to geocode/reverse methods of Geocoder interface.
1 parent fa2bc39 commit 3a1ae18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Geocoder/Geocoder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ interface Geocoder
2828
* @param string $value
2929
*
3030
* @return AddressCollection
31+
* @throws Geocoder\Exception\Exception
3132
*/
3233
public function geocode($value);
3334

@@ -38,6 +39,7 @@ public function geocode($value);
3839
* @param double $longitude
3940
*
4041
* @return AddressCollection
42+
* @throws Geocoder\Exception\Exception
4143
*/
4244
public function reverse($latitude, $longitude);
4345

0 commit comments

Comments
 (0)