Completed
Push — master ( 5f9e66...1f3475 )
by mw
123:57 queued 89:01
created
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/IntlTimeFormatter.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 Language;
6 6
 use SMWDITime as DITime;
7
-use DateTimeZone;
8 7
 use SMW\Libs\Time\Timezone;
9 8
 
10 9
 /**
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/Admin/IdActionHandler.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 SMW\ApplicationFactory;
6 6
 use SMW\MediaWiki\Renderer\HtmlFormRenderer;
7 7
 use SMW\MediaWiki\ManualEntryLogger;
8
-use SMW\MediaWiki\Database;
9 8
 use SMW\Message;
10 9
 use SMW\Store;
11 10
 use Html;
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.