Completed
Push — master ( f5d374...685013 )
by mw
47:54 queued 25:05
created
includes/queryprinters/FeedResultPrinter.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 FeedItem;
6 6
 use ParserOptions;
7 7
 use Sanitizer;
8
-use SMWDIWikiPage;
9 8
 use SMWQueryResult;
10 9
 use TextContent;
11 10
 use Title;
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Browse/HtmlContentBuilder.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/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\HtmlContentBuilder;
12 9
 use SMW\Message;
Please login to merge, or discard this patch.
src/MediaWiki/Specials/SearchByProperty/QueryResultLookup.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\MediaWiki\Specials\SearchByProperty;
4 4
 
5 5
 use SMW\DataValueFactory;
6
-use SMW\Query\Language\SomeProperty;
7
-use SMW\Query\Language\ThingDescription;
8
-use SMW\Query\Language\ValueDescription;
9 6
 use SMW\Query\PrintRequest as PrintRequest;
10 7
 use SMW\Store;
11 8
 use SMWQuery as Query;
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/Fulltext/SearchTableRebuilder.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\SQLStore\QueryEngine\QuerySegmentListBuilder;
8 8
 use SMW\Query\Language\ConceptDescription;
9 9
 use SMW\DIWikiPage;
10
-use SMWDIBlob as DIBlob;
11 10
 
12 11
 /**
13 12
  * @covers \SMW\SQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter
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
 use SMW\DataTypeRegistry;
4 4
 use SMW\DIWikiPage;
5 5
 use SMW\SQLStore\TableDefinition;
6
-use SMWDataItem as DataItem;
7 6
 
8 7
 /**
9 8
  * Class to provide all basic read methods for SMWSQLStore3.
Please login to merge, or discard this patch.
tests/phpunit/Unit/ProcessingErrorMsgHandlerTest.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/Exporter/ResourceBuilders/ImportFromPropertyValueResourceBuilder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use SMWDataItem as DataItem;
8 8
 use SMWExpData as ExpData;
9 9
 use SMWDIBlob as DIBlob;
10
-use SMWImportValue  as ImportValue;
10
+use SMWImportValue as ImportValue;
11 11
 
12 12
 /**
13 13
  * @private
Please login to merge, or discard this patch.
ResourceBuilders/ExternalIdentifierPropertyValueResourceBuilder.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\Exporter\ResourceBuilders;
4 4
 
5
-use SMW\Exporter\ResourceBuilder;
6 5
 use SMW\DIProperty;
7 6
 use SMWExporter as Exporter;
8 7
 use SMW\DataValueFactory;
Please login to merge, or discard this patch.