Completed
Push — master ( 30add5...f043e7 )
by mw
14s
created
src/SPARQLStore/QueryEngine/CompoundConditionBuilder.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\Query\Language\Description;
12 12
 use SMW\Query\Language\SomeProperty;
13 13
 use SMW\Query\Language\ThingDescription;
14
-use SMW\SPARQLStore\HierarchyFinder;
15 14
 use SMW\SPARQLStore\QueryEngine\Condition\Condition;
16 15
 use SMW\SPARQLStore\QueryEngine\Condition\SingletonCondition;
17 16
 use SMW\SPARQLStore\QueryEngine\Condition\TrueCondition;
Please login to merge, or discard this patch.
src/SQLStore/ByIdDataRebuildDispatcher.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\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\SQLStoreFactory;
6
-use SMW\Store;
7 6
 use SMWSQLStore3;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/NumberFormatterTest.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\Tests;
4 4
 
5
-use Language;
6 5
 use SMW\NumberFormatter;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/Hooks/FileUploadIntegrationTest.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\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\PropertyTableOutdatedReferenceDisposer;
6
-use Title;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer
Please login to merge, or discard this patch.
Integration/MediaWiki/Hooks/InternalParseBeforeLinksIntegrationTest.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\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\PropertyTableOutdatedReferenceDisposer;
6
-use Title;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer
Please login to merge, or discard this patch.
phpunit/Integration/MediaWiki/Hooks/ParserAfterTidyIntegrationTest.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\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\PropertyTableOutdatedReferenceDisposer;
6
-use Title;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer
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.
tests/phpunit/Integration/SQLStore/RefreshSQLStoreDBIntegrationTest.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\SchemaManager;
7 7
 use Title;
8
-use WikiPage;
9 8
 
10 9
 /**
11 10
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
tests/phpunit/Unit/Factbox/FactboxTest.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\Factbox\Factbox;
11 11
 use SMW\ParserData;
12 12
 use SMW\SemanticData;
13
-use SMW\TableFormatter;
14 13
 use SMW\Tests\Utils\Mock\CoreMockObjectRepository;
15 14
 use SMW\Tests\Utils\Mock\MediaWikiMockObjectRepository;
16 15
 use SMW\Tests\Utils\Mock\MockObjectBuilder;
Please login to merge, or discard this patch.