Completed
Push — master ( f5d374...685013 )
by mw
47:54 queued 25:05
created
includes/datavalues/SMW_DV_WikiPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/ApplicationFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Query/PrintRequest.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
 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
 
Please login to merge, or discard this patch.
src/Query/Result/EntityListAccumulator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/Iterators/ResultIteratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/PropertyAnnotatorFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
includes/datavalues/SMW_DataValue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/DataValues/ValueValidators/ListConstraintValueValidator.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\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;
Please login to merge, or discard this patch.
src/DataItemFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.