Completed
Push — master ( 5f9e66...1f3475 )
by mw
123:57 queued 89:01
created
src/ProcessingErrorMsgHandler.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;
4 4
 
5 5
 use SMWContainerSemanticData as ContainerSemanticData;
6
-use SMWDataItem as DataItem;
7 6
 use SMWDataValue as DataValue;
8 7
 use SMWDIContainer as DIContainer;
9 8
 use SMWDIBlob as DIBlob;
Please login to merge, or discard this patch.
src/Query/PrintRequest.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\Query;
4 4
 
5 5
 use InvalidArgumentException;
6
-use SMW\Localizer;
7 6
 use SMWDataValue;
8 7
 use SMWPropertyValue as PropertyValue;
9 8
 use SMW\DataValues\PropertyChainValue;
Please login to merge, or discard this patch.
src/Query/QueryCreator.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\Query;
4 4
 
5 5
 use SMW\QueryFactory;
6
-use SMW\DIWikiPage;
7 6
 use SMW\Localizer;
8 7
 use SMW\DataValueFactory;
9 8
 
Please login to merge, or discard this patch.
src/Query/Result/EntityListAccumulator.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\DIProperty;
6 6
 use SMW\DIWikiPage;
7
-use SMW\Store;
8 7
 use SMWDataItem as DataItem;
9 8
 use SMWQuery as Query;
10 9
 
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
@@ -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.