Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
src/Factbox/Factbox.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use SMW\MediaWiki\HtmlTableRenderer;
12 12
 use SMW\MediaWiki\MessageBuilder;
13 13
 use SMW\ParserData;
14
-use SMW\Profiler;
15 14
 use SMW\SemanticData;
16 15
 use SMW\Store;
17 16
 use SMWInfolink;
Please login to merge, or discard this patch.
tests/phpunit/includes/export/ExportSemanticDataTest.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\Tests\Utils\Validators\ExportDataValidator;
13 13
 use SMWExpNsResource as ExpNsResource;
14 14
 use SMWExporter as Exporter;
15
-use SMWExpResource as ExpResource;
16 15
 
17 16
 /**
18 17
  * @covers \SMWExporter
Please login to merge, or discard this patch.
phpunit/Integration/MediaWiki/LinksUpdateSQLStoreDBIntegrationTest.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\Tests\Utils\PageCreator;
13 13
 use Title;
14 14
 use UnexpectedValueException;
15
-use User;
16 15
 use WikiPage;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
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/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/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.
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.
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.