Completed
Push — wtf-is-going-on ( c96be6...3e1b3c )
by Jeroen De
17:30 queued 07:29
created
src/MediaWiki/ParserHooks/MapsDocFunction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Maps\MediaWiki\ParserHooks;
4 4
 
5
-use Maps\MappingServices;
6 5
 use Maps\MapsFactory;
7 6
 use ParamProcessor\ParamDefinition;
8 7
 use ParserHook;
Please login to merge, or discard this patch.
src/SemanticMW/ResultPrinters/MapPrinter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 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;
Please login to merge, or discard this patch.
src/MediaWiki/MapsHooks.php 1 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 AlItem;
6 6
 use ALTree;
7
-use Maps\MediaWiki\Content\GeoJsonContent;
8 7
 use Maps\Presentation\GeoJsonPageOutput;
9 8
 use SkinTemplate;
10 9
 
Please login to merge, or discard this patch.
src/Presentation/MapHtmlBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Maps\Presentation;
6 6
 
7
-use FormatJson;
8
-use Html;
9
-
10 7
 class MapHtmlBuilder {
11 8
 
12 9
 	public function getMapHTML( array $params, string $mapName, string $serviceName ): string {
Please login to merge, or discard this patch.