@@ -5,7 +5,6 @@ |
||
5 | 5 | use FeedItem; |
6 | 6 | use ParserOptions; |
7 | 7 | use Sanitizer; |
8 | -use SMWDIWikiPage; |
|
9 | 8 | use SMWQueryResult; |
10 | 9 | use TextContent; |
11 | 10 | use Title; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | 5 | use SMW\CacheFactory; |
6 | -use SMW\ApplicationFactory; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\CacheFactory |
@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DataValueFactory; |
7 | -use SMW\DIProperty; |
|
8 | -use SMW\Localizer; |
|
9 | -use SMW\SemanticData; |
|
10 | 7 | use SMW\UrlEncoder; |
11 | 8 | use SMW\MediaWiki\Specials\Browse\HtmlContentBuilder; |
12 | 9 | use SMW\Message; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\SearchByProperty; |
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | -use SMW\Query\Language\SomeProperty; |
|
7 | -use SMW\Query\Language\ThingDescription; |
|
8 | -use SMW\Query\Language\ValueDescription; |
|
9 | 6 | use SMW\Query\PrintRequest as PrintRequest; |
10 | 7 | use SMW\Store; |
11 | 8 | use SMWQuery as Query; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\SQLStore\QueryEngine\QuerySegmentListBuilder; |
8 | 8 | use SMW\Query\Language\ConceptDescription; |
9 | 9 | use SMW\DIWikiPage; |
10 | -use SMWDIBlob as DIBlob; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * @covers \SMW\SQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use SMW\DataTypeRegistry; |
4 | 4 | use SMW\DIWikiPage; |
5 | 5 | use SMW\SQLStore\TableDefinition; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class to provide all basic read methods for SMWSQLStore3. |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use SMW\DataValueFactory; |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\Highlighter; |
7 | -use SMW\Message; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Objects of this class represent properties in SMW. |
@@ -7,7 +7,7 @@ |
||
7 | 7 | use SMWDataItem as DataItem; |
8 | 8 | use SMWExpData as ExpData; |
9 | 9 | use SMWDIBlob as DIBlob; |
10 | -use SMWImportValue as ImportValue; |
|
10 | +use SMWImportValue as ImportValue; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * @private |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |