Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
src/SPARQLStore/QueryEngine/Interpreter/ConceptDescriptionInterpreter.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/QueryEngine/Interpreter/ConjunctionInterpreter.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/Interpreter/ValueDescriptionInterpreter.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.
src/SQLStore/ByIdDataItemFinder.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.
src/SQLStore/EmbeddedQueryDependencyListResolver.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.
src/SQLStore/Lookup/CachedListLookup.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/SQLStore/PropertyStatisticsTable.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 ImportReporter;
7 7
 use WikiImporter;
8 8
 use RequestContext;
9
-
10 9
 use RuntimeException;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/SQLStore/PropertyTableRowDiffer.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 SMW\SQLStore;
4 4
 
5
-use SMW\MediaWiki\Database;
6 5
 use SMWStringCondition as StringCondition;
7 6
 use SMWRequestOptions as RequestOptions;
8 7
 use SMW\DIWikiPage;
Please login to merge, or discard this patch.
tests/phpunit/Benchmark/QueryEngineBenchmark.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\Utils\Mock\MockTitle;
7
-
8 7
 use SMW\MediaWiki\Hooks\InternalParseBeforeLinks;
9
-
10 8
 use SMW\ApplicationFactory;
11 9
 use SMW\Settings;
12
-
13 10
 use Title;
14 11
 
15 12
 /**
Please login to merge, or discard this patch.