@@ -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. |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use SMW\MediaWiki\MwCollaboratorFactory; |
14 | 14 | use SMW\MediaWiki\PageCreator; |
15 | 15 | use SMW\MediaWiki\TitleCreator; |
16 | -use SMW\Query\ProfileAnnotator\QueryProfileAnnotatorFactory; |
|
17 | 16 | use SMWQueryParser as QueryParser; |
18 | 17 | use Title; |
19 | 18 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use SMW\InTextAnnotationParser; |
4 | 4 | use SMW\Query\PrintRequest; |
5 | -use SMW\Localizer; |
|
6 | 5 | use SMW\DataValueFactory; |
7 | 6 | use SMWDIBlob as DIBlob; |
8 | 7 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Iterators\Tests; |
4 | 4 | |
5 | 5 | use SMW\Iterators\ResultIterator; |
6 | -use ArrayIterator; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\Iterators\ResultIterator |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -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 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\DataValues\ValueValidators; |
4 | 4 | |
5 | -use SMW\DataValueFactory; |
|
6 | 5 | use SMW\ApplicationFactory; |
7 | 6 | use SMWDataValue as DataValue; |
8 | 7 | use SMWDIBlob as DIBlob; |
@@ -9,7 +9,7 @@ |
||
9 | 9 | use SMWDIError as DIError; |
10 | 10 | use SMWDINumber as DINumber; |
11 | 11 | use SMWDIUri as DIUri; |
12 | -use SMWDITime as DITime; |
|
12 | +use SMWDITime as DITime; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @private |