Completed
Push — qp ( bd0b37 )
by Jeroen De
03:09
created
src/SemanticMW/ResultPrinters/MapPrinter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -195,6 +195,10 @@
 block discarded – undo
195 195
 		return $location->getJSONObject();
196 196
 	}
197 197
 
198
+	/**
199
+	 * @param string $iconUrl
200
+	 * @param string $visitedIconUrl
201
+	 */
198 202
 	private function getJsonForStaticLocations( array $staticLocations, array $params, $iconUrl, $visitedIconUrl ) {
199 203
 		$parser = clone $GLOBALS['wgParser'];
200 204
 
Please login to merge, or discard this patch.