Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
src/MediaWiki/Hooks/TitleMoveComplete.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\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\ApplicationFactory;
6
-use SMW\Factbox\FactboxCache;
7 6
 use SMW\EventHandler;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Ask/ErrorFormWidget.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\MediaWiki\Specials\Ask;
4 4
 
5 5
 use SMW\ProcessingErrorMsgHandler;
6
-use SMW\Message;
7 6
 use SMWQuery as Query;
8 7
 use Html;
9 8
 
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Browse/HtmlContentsBuilder.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\MediaWiki\Specials\Browse;
4 4
 
5 5
 use SMW\SemanticData;
6
-use SMW\ApplicationFactory;
7 6
 use SMW\DataValueFactory;
8 7
 use SMW\Localizer;
9 8
 use SMW\DIProperty;
Please login to merge, or discard this patch.
src/MediaWiki/Specials/SpecialBrowse.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
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\HtmlContentsBuilder;
12 9
 use SMW\Message;
Please login to merge, or discard this patch.
src/ParserFunctions/DeclareParserFunction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ParserData;
6 6
 use SMW\DataValueFactory;
7
-use Parser;
8 7
 use PPFrame;
9 8
 use SMWPropertyValue as PropertyValue;
10 9
 
Please login to merge, or discard this patch.
src/ParserFunctions/SubobjectParserFunction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use SMW\HashBuilder;
11 11
 use SMW\DataValueFactory;
12 12
 use SMW\DIProperty;
13
-use Parser;
14 13
 
15 14
 /**
16 15
  * @private This class should not be instantiated directly, please use
Please login to merge, or discard this patch.
src/ProcessingErrorMsgHandler.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;
4 4
 
5 5
 use SMWContainerSemanticData as ContainerSemanticData;
6
-use SMWDataItem as DataItem;
7 6
 use SMWDataValue as DataValue;
8 7
 use SMWDIContainer as DIContainer;
9 8
 use SMWDIBlob as DIBlob;
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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Query;
4 4
 
5 5
 use InvalidArgumentException;
6
-use SMW\Localizer;
7 6
 use SMWDataValue;
8 7
 use SMWPropertyValue as PropertyValue;
9 8
 use SMW\DataValues\PropertyChainValue;
Please login to merge, or discard this patch.
src/Query/QueryCreator.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\Query;
4 4
 
5 5
 use SMW\QueryFactory;
6
-use SMW\DIWikiPage;
7 6
 use SMW\Localizer;
8 7
 use SMW\DataValueFactory;
9 8
 
Please login to merge, or discard this patch.