@@ -5,9 +5,6 @@ |
||
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; |
@@ -7,9 +7,6 @@ |
||
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 | /** |
@@ -2,7 +2,6 @@ discard block |
||
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 |
||
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 |
@@ -6,7 +6,6 @@ |
||
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; |
@@ -2,7 +2,6 @@ |
||
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; |
@@ -15,8 +15,6 @@ |
||
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; |
@@ -2,11 +2,9 @@ |
||
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 |
@@ -4,18 +4,14 @@ |
||
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 |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\NumberFormatter; |
6 | 6 | |
7 | -use Language; |
|
8 | - |
|
9 | 7 | /** |
10 | 8 | * @covers \SMW\NumberFormatter |
11 | 9 | * |