Completed
Push — geosetting ( 8287b4 )
by Jeroen De
04:01
created
includes/Geocoders.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.