Completed
Push — master ( 5f9e66...1f3475 )
by mw
123:57 queued 89:01
created
src/SQLStore/QueryEngine/QuerySegmentListBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use OutOfBoundsException;
7 7
 use SMW\Utils\CircularReferenceGuard;
8 8
 use SMW\Query\Language\Description;
9
-use SMW\Query\Language\Conjuncton;
10 9
 use SMW\Store;
11 10
 use SMW\Message;
12 11
 
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/QuerySegmentListBuildManager.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\SQLStore\QueryEngine;
4 4
 
5
-use SMW\DIWikiPage;
6 5
 use SMWQuery as Query;
7 6
 use SMW\MediaWiki\Database;
8 7
 use SMW\SQLStore\SQLStore;
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-use Title;
8 7
 
9 8
 /**
10 9
  * @group SMW
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-use Title;
8 7
 
9 8
 /**
10 9
  * @group semantic-mediawiki
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/LinksUpdateTest.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\DIWikiPage;
7 7
 use SMW\Tests\MwDBaseUnitTestCase;
8
-use SMW\Tests\Utils\UtilityFactory;
9 8
 use Title;
10 9
 
11 10
 /**
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
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SMW\Tests\Utils\PageCreator;
8 8
 use SMW\Tests\Utils\PageDeleter;
9 9
 use Title;
10
-use WikiPage;
11 10
 
12 11
 /**
13 12
  *
Please login to merge, or discard this patch.
tests/phpunit/JsonTestCaseContentHandler.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 SMW\ApplicationFactory;
6 5
 use SMW\Message;
7 6
 use SMW\Tests\Utils\File\LocalFileUpload;
8 7
 use SMW\Tests\Utils\PageCreator;
Please login to merge, or discard this patch.
tests/phpunit/TestEnvironment.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\DataValueFactory;
7 7
 use SMW\DeferredCallableUpdate;
8
-use SMW\Store;
9 8
 use SMW\Localizer;
10 9
 use SMW\Tests\Utils\UtilityFactory;
11 10
 use SMW\Tests\Utils\Mock\ConfigurableStub;
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
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SMW\Factbox\Factbox;
10 10
 use SMW\ParserData;
11 11
 use SMW\SemanticData;
12
-use SMW\TableFormatter;
13 12
 use SMW\Tests\TestEnvironment;
14 13
 use Title;
15 14
 
Please login to merge, or discard this patch.