Completed
Push — master ( 3184dc...186529 )
by mw
36:28
created
src/SQLStore/QueryEngine/OrderConditionsComplementor.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\DataValueFactory;
6 6
 use SMW\Query\DescriptionFactory;
7 7
 use SMW\Query\Language\Description;
8
-use SMW\DataValues\PropertyChainValue;
9 8
 use RuntimeException;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/QueryEngine.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,14 +6,10 @@
 block discarded – undo
6 6
 use SMW\DIWikiPage;
7 7
 use SMW\InvalidPredefinedPropertyException;
8 8
 use SMW\Query\DebugOutputFormatter as QueryDebugOutputFormatter;
9
-use SMW\Query\Language\Conjunction;
10
-use SMW\Query\Language\SomeProperty;
11 9
 use SMW\Query\Language\ThingDescription;
12 10
 use SMWDataItem as DataItem;
13
-use SMWPropertyValue as PropertyValue;
14 11
 use SMWQuery as Query;
15 12
 use SMWQueryResult as QueryResult;
16
-use SMWSql3SmwIds;
17 13
 use SMWSQLStore3 as SQLStore;
18 14
 use SMW\QueryEngine as QueryEngineInterface;
19 15
 use SMW\QueryFactory;
Please login to merge, or discard this patch.