Completed
Push — path ( 829192 )
by Jeroen De
03:37
created
src/MapsFunctions.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Maps;
4 4
 
5
-use ImagePage;
6
-use Maps\DataAccess\MediaWikiFileUrlFinder;
7
-use Title;
8 5
 use Xml;
9 6
 
10 7
 /**
Please login to merge, or discard this patch.
src/SemanticMW/DataValues/CoordinateValue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use InvalidArgumentException;
8 8
 use Maps\MapsFactory;
9 9
 use Maps\Presentation\MapsDistanceParser;
10
-use phpDocumentor\Reflection\Types\Parent_;
11 10
 use SMW\Query\Language\Description;
12 11
 use SMW\Query\Language\ThingDescription;
13 12
 use SMW\Query\QueryComparator;
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
@@ -6,7 +6,6 @@  discard block
 block discarded – undo
6 6
 use Html;
7 7
 use Linker;
8 8
 use Maps\Elements\BaseElement;
9
-use Maps\Elements\Line;
10 9
 use Maps\Elements\Location;
11 10
 use Maps\FileUrlFinder;
12 11
 use Maps\MappingService;
@@ -17,7 +16,6 @@  discard block
 block discarded – undo
17 16
 use Maps\Presentation\WikitextParsers\LocationParser;
18 17
 use ParamProcessor\ParamDefinition;
19 18
 use Parser;
20
-use ParserOptions;
21 19
 use SMW;
22 20
 use SMWOutputs;
23 21
 use SMWQueryResult;
Please login to merge, or discard this patch.