Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
src/SQLStore/ConceptCache.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 use SMW\DIConcept;
6 6
 use SMW\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-use SMWDataItem;
9
-use SMWQuery;
10
-use SMWQueryParser;
11 8
 use SMWSQLStore3;
12 9
 use SMWWikiPageValue;
13 10
 use Title;
Please login to merge, or discard this patch.
src/SQLStore/EmbeddedQueryDependencyLinksStore.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
 use SMWSQLStore3;
8 8
 use SMW\DIWikiPage;
9 9
 use SMW\DIProperty;
10
-use SMW\HashBuilder;
11
-use SMW\SemanticData;
12
-use SMW\ApplicationFactory;
13 10
 use SMW\EventHandler;
14 11
 
15 12
 /**
Please login to merge, or discard this patch.
src/SQLStore/Lookup/CachedValueLookupStore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace SMW\SQLStore\Lookup;
4 4
 
5
-use Onoi\Cache\Cache;
6 5
 use Onoi\BlobStore\BlobStore;
7 6
 use SMW\SQLStore\ValueLookupStore;
8 7
 use SMW\Store;
@@ -12,7 +11,6 @@  discard block
 block discarded – undo
12 11
 use SMW\CircularReferenceGuard;
13 12
 use SMWDataItem as DataItem;
14 13
 use SMWRequestOptions as RequestOptions;
15
-use RuntimeException;
16 14
 
17 15
 /**
18 16
  * Intermediary (fast) access to serialized blob values to avoid DB access on
Please login to merge, or discard this patch.
src/SQLStore/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\SomeProperty;
7 7
 use SMW\Query\Language\ThingDescription;
8 8
 use SMW\Query\DebugOutputFormatter;
9
-use SMW\SQLStore\TemporaryIdTableCreator;
10 9
 use SMW\DIWikiPage;
11 10
 use SMWSQLStore3 as SQLStore;
12 11
 use SMWQuery as Query;
Please login to merge, or discard this patch.
src/SQLStore/RequestOptionsProcessor.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.
src/SQLStore/SQLStoreFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 use SMW\SQLStore\QueryEngine\ConceptQueryResolver;
16 16
 use SMW\SQLStore\QueryEngine\QueryEngine;
17 17
 use SMW\SQLStore\QueryEngine\EngineOptions;
18
-use Onoi\Cache\Cache;
19
-use SMW\EventHandler;
20 18
 use Onoi\BlobStore\BlobStore;
21 19
 use SMW\SQLStore\ConceptCache;
22 20
 use SMW\ApplicationFactory;
Please login to merge, or discard this patch.
tests/phpunit/includes/export/ExpDataTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Tests\Exporter;
4 4
 
5
-use SMW\Exporter\Element\ExpResource;
6 5
 use SMW\Exporter\Element\ExpNsResource;
7 6
 use SMW\Exporter\Element\ExpLiteral;
8 7
 use SMWExpData as ExpData;
9
-use SMWDIBlob as DIBlob;
10 8
 
11 9
 /**
12 10
  * @covers \SMWExpData
Please login to merge, or discard this patch.
tests/phpunit/includes/export/ExportSemanticDataTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,18 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\Utils\SemanticDataFactory;
6 6
 use SMW\Tests\Utils\Validators\ExportDataValidator;
7
-
8 7
 use SMW\Tests\Utils\Fixtures\FixturesProvider;
9
-
10 8
 use SMW\DIWikiPage;
11 9
 use SMW\DIProperty;
12 10
 use SMW\DataValueFactory;
13 11
 use SMW\Subobject;
14 12
 use SMW\Exporter\Escaper;
15
-
16 13
 use SMWExporter as Exporter;
17 14
 use SMWExpNsResource as ExpNsResource;
18
-use SMWExpResource as ExpResource;
19 15
 
20 16
 /**
21 17
  * @covers \SMWExporter
Please login to merge, or discard this patch.
tests/phpunit/includes/NumberFormatterTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\NumberFormatter;
6 6
 
7
-use Language;
8
-
9 7
 /**
10 8
  * @covers \SMW\NumberFormatter
11 9
  *
Please login to merge, or discard this patch.