Completed
Push — master ( 7c0b5b...8041ca )
by Stephan
16:56
created
formats/filtered/src/View/MapView.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
 	}
262 262
 
263 263
 	/**
264
-	 * @param $prop
264
+	 * @param string $prop
265 265
 	 * @return array
266 266
 	 */
267 267
 	protected function getPropertyId( $prop ) {
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
 	}
313 313
 
314 314
 	/**
315
-	 * @return bool
315
+	 * @return string|null
316 316
 	 */
317 317
 	public function getInitError() {
318 318
 		return $this->getMapProvider() === ''? 'srf-filtered-map-provider-missing-error' : null;
Please login to merge, or discard this patch.