Completed
Push — master ( cc1fa7...46bd0e )
by Jeroen De
01:23
created
src/MediaWiki/ParserHooks/DisplayMapFunction.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -158,6 +158,9 @@
 block discarded – undo
158 158
 		}
159 159
 	}
160 160
 
161
+	/**
162
+	 * @param boolean $value
163
+	 */
161 164
 	private function getParameterWithValue( ProcessedParam $param, $value ) {
162 165
 		return new ProcessedParam(
163 166
 			$param->getName(),
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Maps;
6 6
 use Maps\MapsFactory;
7
-use Maps\MapsFunctions;
8 7
 use Maps\MappingServices;
9 8
 use Maps\Presentation\ParameterExtractor;
10 9
 use MWException;
Please login to merge, or discard this patch.
src/SemanticMW/ResultPrinters/MapPrinter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,19 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Maps\SemanticMW\ResultPrinters;
4 4
 
5
-use FormatJson;
6
-use Html;
7 5
 use Linker;
8 6
 use Maps\Elements\BaseElement;
9 7
 use Maps\Elements\Location;
10 8
 use Maps\FileUrlFinder;
11 9
 use Maps\MappingService;
12
-use Maps\MapsFunctions;
13 10
 use Maps\Presentation\ElementJsonSerializer;
14 11
 use Maps\Presentation\MapHtmlBuilder;
15 12
 use Maps\Presentation\WikitextParser;
16 13
 use Maps\Presentation\WikitextParsers\LocationParser;
17
-use ParamProcessor\ParamDefinition;
18 14
 use Parser;
19 15
 use SMW\Query\ResultPrinters\ResultPrinter;
20 16
 use SMWOutputs;
Please login to merge, or discard this patch.