Completed
Push — master ( 07dd29...2a8480 )
by mw
409:44 queued 374:41
created
src/DataValues/ValueFormatters/ReferenceValueFormatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use RuntimeException;
6 6
 use SMW\DataValueFactory;
7 7
 use SMW\DataValues\ReferenceValue;
8
-use SMW\DIProperty;
9 8
 use SMW\DIWikiPage;
10 9
 use SMW\Message;
11 10
 use SMWDataValue as DataValue;
Please login to merge, or discard this patch.
src/Exporter/DataItemToExpResourceEncoder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use SMW\Store;
13 13
 use SMWDataItem as DataItem;
14 14
 use SMWExporter as Exporter;
15
-use Title;
16 15
 
17 16
 /**
18 17
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/ExtraneousLanguage/ExtraneousLanguage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\ExtraneousLanguage;
4 4
 
5
-use RuntimeException;
6
-
7 5
 /**
8 6
  * This class provides "extraneous" language functions independent from MediaWiki
9 7
  * to handle certain language options in a way required by Semantic MediaWiki and
Please login to merge, or discard this patch.
src/MediaWiki/Api/PropertyListByApiRequest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SMW\RequestOptions;
8 8
 use SMW\Store;
9 9
 use SMW\StringCondition;
10
-use SMW\Localizer;
11 10
 use SMW\ApplicationFactory;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
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/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.