Completed
Push — master ( 07dd29...2a8480 )
by mw
409:44 queued 374:41
created
src/Query/DescriptionFactory.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\Query;
4 4
 
5
-use SMW\DataValues\MonolingualTextValue;
6 5
 use SMW\DIProperty;
7 6
 use SMW\DIWikiPage;
8 7
 use SMW\Query\Language\ClassDescription;
Please login to merge, or discard this patch.
src/PropertyAnnotators/MandatoryTypePropertyAnnotator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use SMW\DataTypeRegistry;
6 6
 use SMW\DataValueFactory;
7 7
 use SMW\DIProperty;
8
-use SMW\PropertyAnnotator;
9
-use SMW\Store;
10 8
 
11 9
 /**
12 10
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/Exporter/ResourceBuilders/PropertyDescriptionValueResourceBuilder.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/Exporter/ResourceBuilders/PreferredPropertyLabelResourceBuilder.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/MediaWiki/Hooks/HookRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Hooks;
6 6
 use Onoi\HttpRequest\HttpRequestFactory;
7
-use Parser;
8 7
 use ParserHooks\HookRegistrant;
9 8
 use SMW\ApplicationFactory;
10 9
 use SMW\DeferredRequestDispatchManager;
11
-use SMW\NamespaceManager;
12 10
 use SMW\SQLStore\QueryEngine\FulltextSearchTableFactory;
13 11
 use SMW\ParserFunctions\DocumentationParserFunction;
14 12
 use SMW\ParserFunctions\InfoParserFunction;
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/Hooks/FileUploadIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\Localizer;
7 7
 use SMW\Tests\MwDBaseUnitTestCase;
8
-use SMW\Tests\Utils\UtilityFactory;
9
-use SMW\Tests\TestEnvironment;
10
-use Title;
11 8
 
12 9
 /**
13 10
  * @group SMW
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_SQLStore3.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SMW\DataTypeRegistry;
4 3
 use SMW\DIConcept;
5 4
 use SMW\DIProperty;
6 5
 use SMW\DIWikiPage;
Please login to merge, or discard this patch.
src/SQLStore/QueryDependency/QueryDependencyLinksStore.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\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-use SMW\EventHandler;
9 8
 use SMW\SQLStore\CompositePropertyTableDiffIterator;
10 9
 use SMW\Store;
11 10
 use SMW\RequestOptions;
Please login to merge, or discard this patch.
tests/phpunit/Integration/ExtraneousLanguage/LanguageContentTest.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\Integration\ExtraneousLanguage;
4 4
 
5 5
 use SMW\ExtraneousLanguage\ExtraneousLanguage;
6
-use SMW\Tests\TestEnvironment;
7 6
 
8 7
 /**
9 8
  * @group semantic-mediawiki
Please login to merge, or discard this patch.