Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
src/SPARQLStore/QueryEngine/CompoundConditionBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,9 +10,6 @@
 block discarded – undo
10 10
 use SMW\Message;
11 11
 use SMW\PropertyHierarchyLookup;
12 12
 use SMW\Query\Language\Description;
13
-use SMW\Query\Language\SomeProperty;
14
-use SMW\Query\Language\ThingDescription;
15
-use SMW\SPARQLStore\HierarchyFinder;
16 13
 use SMW\SPARQLStore\QueryEngine\Condition\Condition;
17 14
 use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition;
18 15
 use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition;
Please login to merge, or discard this patch.
src/SQLStore/EntityRebuildDispatcher.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 SMW\DIProperty;
8 8
 use SMW\DIWikiPage;
9 9
 use SMW\SemanticData;
10
-use SMW\Store;
11 10
 use Title;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/SQLStore/EntityStore/DIHandlers/DIGeoCoordinateHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use SMWDataItem as DataItem;
7 7
 use SMW\SQLStore\EntityStore\DataItemHandler;
8 8
 use SMW\SQLStore\EntityStore\Exception\DataItemHandlerException;
9
-use SMWDIGeoCoord  as DIGeoCoord;
9
+use SMWDIGeoCoord as DIGeoCoord;
10 10
 use SMW\SQLStore\TableBuilder\FieldType;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.
src/SQLStore/EntityStore/EntitySubobjectListIterator.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\IteratorFactory;
6 6
 use SMW\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-use SMWDataItem as DataItem;
9 8
 use SMW\SQLStore\SQLStore;
10 9
 use IteratorAggregate;
11 10
 use RuntimeException;
Please login to merge, or discard this patch.
src/SQLStore/PropertyTableDefinitionBuilder.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 Hooks;
6 6
 use SMW\DataTypeRegistry;
7 7
 use SMW\DIProperty;
8
-use SMWDataItem as DataItem;
9 8
 
10 9
 /**
11 10
  * @private
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.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 SMW\MediaWiki\Database;
8 8
 use SMW\DIProperty;
9 9
 use SMWDataItem as DataItem;
10
-use SMWDIBlob as DIBlob;
11 10
 
12 11
 /**
13 12
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/QuerySegmentListBuilder.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 OutOfBoundsException;
7 7
 use SMW\Utils\CircularReferenceGuard;
8 8
 use SMW\Query\Language\Description;
9
-use SMW\Query\Language\Conjuncton;
10 9
 use SMW\Store;
11 10
 use SMW\Message;
12 11
 
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/QuerySegmentListBuildManager.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\QueryEngine;
4 4
 
5
-use SMW\DIWikiPage;
6 5
 use SMWQuery as Query;
7 6
 use SMW\MediaWiki\Database;
8 7
 use SMW\SQLStore\SQLStore;
Please login to merge, or discard this patch.
Integration/MediaWiki/Hooks/InternalParseBeforeLinksIntegrationTest.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 SMW\ApplicationFactory;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-use Title;
8 7
 
9 8
 /**
10 9
  * @group SMW
Please login to merge, or discard this patch.