Completed
Push — master ( 30add5...f043e7 )
by mw
14s
created
tests/phpunit/Unit/MediaWiki/Hooks/ArticlePurgeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\ApplicationFactory;
6
-use SMW\Factbox\FactboxCache;
7 6
 
8 7
 /**
9 8
  * TitleMoveComplete occurs whenever a request to move an article
Please login to merge, or discard this patch.
tests/phpunit/Unit/SPARQLStore/RedirectLookupTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SMWExpLiteral as ExpLiteral;
10 10
 use SMWExpNsResource as ExpNsResource;
11 11
 use SMWExporter as Exporter;
12
-use SMWExpResource as ExpResource;
13 12
 
14 13
 /**
15 14
  * @covers \SMW\SPARQLStore\RedirectLookup
Please login to merge, or discard this patch.
tests/phpunit/Utils/PageRefresher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Tests\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\SQLStoreFactory;
6
-use SMW\Store;
7 6
 use SMWSQLStore3;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/export/ExportSemanticDataTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SMWExpLiteral as ExpLiteral;
10 10
 use SMWExpNsResource as ExpNsResource;
11 11
 use SMWExporter as Exporter;
12
-use SMWExpResource as ExpResource;
13 12
 
14 13
 /**
15 14
  * @covers \SMW\SPARQLStore\RedirectLookup
Please login to merge, or discard this patch.
src/MediaWiki/Hooks/HookRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Hooks;
6 6
 use Onoi\HttpRequest\HttpRequestFactory;
7
-use Parser;
8 7
 use ParserHooks\HookRegistrant;
9 8
 use SMW\ApplicationFactory;
10 9
 use SMW\DeferredRequestDispatchManager;
11
-use SMW\EventHandler;
12 10
 use SMW\NamespaceManager;
13 11
 use SMW\ParserFunctions\DocumentationParserFunction;
14 12
 use SMW\ParserFunctions\InfoParserFunction;
Please login to merge, or discard this patch.
src/SQLStore/QueryEngineFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace SMW\SQLStore;
4 4
 
5 5
 use SMW\ApplicationFactory;
6
-use SMW\CircularReferenceGuard;
7 6
 use SMW\DIProperty;
8
-use SMW\SQLStore\QueryEngine\ConceptQueryResolver;
9 7
 use SMW\SQLStore\QueryEngine\EngineOptions;
10 8
 use SMW\SQLStore\QueryEngine\HierarchyTempTableBuilder;
11 9
 use SMW\SQLStore\QueryEngine\QueryEngine;
Please login to merge, or discard this patch.
src/SQLStore/SQLStoreFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\SPARQLStore\QueryEngine\QueryEngine;
6 6
 use SMW\SPARQLStore\QueryEngine\EngineOptions;
7 7
 use SMW\SPARQLStore\QueryEngine\QueryResultFactory;
8
-use SMW\DIProperty;
9 8
 use SMWQuery as Query;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
Unit/SQLStore/QueryEngine/Interpreter/ClassDescriptionInterpreterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter;
7 7
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
8 8
 use SMW\Query\Language\ThingDescription;
9
-use SMW\DIWikiPage;
10 9
 use SMW\DIProperty;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/PropertyAnnotator/DisplayTitlePropertyAnnotator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\PropertyAnnotator;
4 4
 
5
-use SMW\DIProperty;
6 5
 use SMW\PropertyAnnotator;
7
-use SMWDIBlob as DIBlob;
8 6
 
9 7
 /**
10 8
  * @license GNU GPL v2+
Please login to merge, or discard this patch.