Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
src/MediaWiki/Hooks/HookRegistry.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\MediaWiki\Hooks;
4 4
 
5
-use Parser;
6 5
 use Hooks;
7
-use RuntimeException;
8 6
 use SMW\ApplicationFactory;
9 7
 use SMW\EventHandler;
10 8
 use SMW\NamespaceManager;
Please login to merge, or discard this patch.
src/MediaWiki/Hooks/TitleMoveComplete.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.
src/MediaWiki/Specials/SpecialDeferredRequestDispatcher.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 SpecialPage;
6 6
 use SMW\ApplicationFactory;
7
-use Onoi\HttpRequest\HttpRequestFactory;
8 7
 use Title;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/PropertyAnnotator/MandatoryTypePropertyAnnotator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use SMW\PropertyAnnotator;
7 7
 use SMW\DataValueFactory;
8 8
 use SMW\DataTypeRegistry;
9
-use SMW\Store;
10
-use SMWErrorValue as ErrorValue;
11 9
 
12 10
 /**
13 11
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/SPARQLStore/QueryEngine/CompoundConditionBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,14 +8,12 @@  discard block
 block discarded – undo
8 8
 use SMW\DIWikiPage;
9 9
 use SMW\CircularReferenceGuard;
10 10
 use SMW\PropertyHierarchyLookup;
11
-use SMW\SPARQLStore\HierarchyFinder;
12 11
 use SMW\Query\Language\Description;
13 12
 use SMW\Query\Language\SomeProperty;
14 13
 use SMW\Query\Language\ThingDescription;
15 14
 use SMW\SPARQLStore\QueryEngine\Condition\Condition;
16 15
 use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition;
17 16
 use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition;
18
-
19 17
 use SMW\SPARQLStore\QueryEngine\Interpreter\DispatchingDescriptionInterpreter;
20 18
 use SMW\SPARQLStore\QueryEngine\Interpreter\ClassDescriptionInterpreter;
21 19
 use SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter;
@@ -25,7 +23,6 @@  discard block
 block discarded – undo
25 23
 use SMW\SPARQLStore\QueryEngine\Interpreter\NamespaceDescriptionInterpreter;
26 24
 use SMW\SPARQLStore\QueryEngine\Interpreter\ValueDescriptionInterpreter;
27 25
 use SMW\SPARQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter;
28
-
29 26
 use SMWDataItem as DataItem;
30 27
 use SMWExpElement as ExpElement;
31 28
 use SMWExpNsResource as ExpNsResource;
Please login to merge, or discard this patch.
src/SPARQLStore/QueryEngine/Interpreter/DisjunctionInterpreter.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\Query\Language\Description;
6 6
 use SMW\Query\Language\Disjunction;
7 7
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
8
-use SMW\SPARQLStore\QueryEngine\Condition\Condition;
9 8
 use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition;
10 9
 use SMW\SPARQLStore\QueryEngine\Condition\FilterCondition;
11 10
 use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition;
Please login to merge, or discard this patch.
src/SPARQLStore/QueryEngine/QueryEngine.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\Query\Language\ThingDescription;
7 7
 use SMW\SPARQLStore\RepositoryConnection;
8 8
 use SMW\Query\DebugOutputFormatter;
9
-use SMW\CircularReferenceGuard;
10 9
 use SMW\SPARQLStore\QueryEngine\Condition\Condition;
11 10
 use SMW\SPARQLStore\QueryEngine\Condition\FalseCondition;
12 11
 use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition;
Please login to merge, or discard this patch.
src/SPARQLStore/RedirectLookup.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\SPARQLStore;
4 4
 
5 5
 use RuntimeException;
6
-use Onoi\Cache\Cache;
7
-use SMW\ApplicationFactory;
8 6
 use SMW\InMemoryPoolCache;
9 7
 use SMW\DIWikiPage;
10 8
 use SMWExpNsResource as ExpNsResource;
Please login to merge, or discard this patch.
src/SPARQLStore/RepositoryConnector/FourstoreHttpRepositoryConnector.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\Exception\BadHttpDatabaseResponseException;
6 6
 use SMW\SPARQLStore\QueryEngine\RepositoryResult;
7 7
 use SMW\SPARQLStore\QueryEngine\XmlResponseParser;
8
-use SMWSparqlResultParser as SparqlResultParser;
9 8
 use SMWTurtleSerializer as TurtleSerializer;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.