Completed
Push — master ( 4d0076...81538e )
by Jeroen De
26s queued 11s
created
src/Map/DisplayMap/DisplayMapRenderer.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -136,6 +136,10 @@
 block discarded – undo
136 136
 		return $locationJsonObjects;
137 137
 	}
138 138
 
139
+	/**
140
+	 * @param string $iconUrl
141
+	 * @param string $visitedIconUrl
142
+	 */
139 143
 	private function getLocationJsonObject( Location $location, array $params, $iconUrl, $visitedIconUrl ) {
140 144
 		$jsonObj = $location->getJSONObject( $params['title'], $params['label'], $iconUrl, '', '', $visitedIconUrl );
141 145
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Maps\Map\MapOutputBuilder;
12 12
 use Maps\MappingService;
13 13
 use Maps\Presentation\ElementJsonSerializer;
14
-use Maps\Map\MapHtmlBuilder;
15 14
 use Maps\Presentation\WikitextParser;
16 15
 use Maps\Presentation\WikitextParsers\LocationParser;
17 16
 use Parser;
Please login to merge, or discard this patch.
src/Map/SemanticFormat/MapPrinter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Maps\Map\MapOutputBuilder;
13 13
 use Maps\MappingService;
14 14
 use Maps\Presentation\ElementJsonSerializer;
15
-use Maps\Map\MapHtmlBuilder;
16 15
 use Maps\Presentation\WikitextParser;
17 16
 use Maps\Presentation\WikitextParsers\LocationParser;
18 17
 use Maps\SemanticMW\ResultPrinters\QueryHandler;
Please login to merge, or discard this patch.
src/Map/CargoFormat/CargoOutputBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
 		}
66 66
 	}
67 67
 
68
+	/**
69
+	 * @return \ParamProcessor\ProcessingResult
70
+	 */
68 71
 	private function processParameters( MappingService $service, array $displayParams ) {
69 72
 		$processor = Processor::newDefault();
70 73
 
Please login to merge, or discard this patch.