@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | * @param string $geoService |
| 110 | 110 | * @param boolean $checkForCoords |
| 111 | 111 | * |
| 112 | - * @return LatLongValue|false |
|
| 112 | + * @return LatLongValue |
|
| 113 | 113 | */ |
| 114 | 114 | public static function attemptToGeocode( $coordsOrAddress, $geoService = '', $checkForCoords = true ) { |
| 115 | 115 | if ( $checkForCoords ) { |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * @param string $address |
| 136 | 136 | * @param string $geoService |
| 137 | 137 | * |
| 138 | - * @return LatLongValue|false |
|
| 138 | + * @return LatLongValue |
|
| 139 | 139 | * @throws MWException |
| 140 | 140 | */ |
| 141 | 141 | public static function geocode( $address, $geoService = '' ) { |
@@ -266,7 +266,7 @@ discard block |
||
| 266 | 266 | * |
| 267 | 267 | * @param string $geocoderIdentifier |
| 268 | 268 | * |
| 269 | - * @return string|bool |
|
| 269 | + * @return string |
|
| 270 | 270 | * @throws MWException |
| 271 | 271 | */ |
| 272 | 272 | private static function getValidGeocoderIdentifier( $geocoderIdentifier ) { |