Completed
Push — master ( f5d374...685013 )
by mw
47:54 queued 25:05
created
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.
tests/phpunit/Integration/MediaWiki/LinksUpdateTest.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\MediaWiki\Hooks;
4 4
 
5
-use SMW\Tests\Utils\UtilityFactory;
6 5
 use SMW\MediaWiki\Hooks\HookRegistry;
7 6
 use SMW\ApplicationFactory;
8 7
 use SMW\DIWikiPage;
Please login to merge, or discard this patch.
src/Query/ConfigurableQueryCreator.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 SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter;
7 7
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
8 8
 use SMW\Query\Language\ThingDescription;
9
-use SMW\DIWikiPage;
10 9
 use SMW\DIProperty;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/Query/ProfileAnnotatorFactory.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\Query\ProfileAnnotators\DescriptionProfileAnnotator;
8 8
 use SMW\Query\ProfileAnnotators\FormatProfileAnnotator;
9 9
 use SMW\Query\ProfileAnnotators\DurationProfileAnnotator;
10
-use SMW\Query\ProfileAnnotators\SourceProfileAnnotator;
11 10
 use SMWContainerSemanticData as ContainerSemanticData;
12 11
 use SMWDIContainer as DIContainer;
13 12
 use SMWQuery as Query;
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/EntityStore/DIHandlers/DIGeoCoordinateHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use SMWDataItem as DataItem;
7 7
 use SMW\SQLStore\EntityStore\DataItemHandler;
8 8
 use SMWDataItemException as DataItemException;
9
-use SMWDIGeoCoord  as DIGeoCoord;
9
+use SMWDIGeoCoord as DIGeoCoord;
10 10
 
11 11
 /**
12 12
  * This class implements store access to DIGeoCoord data items.
Please login to merge, or discard this patch.
src/SQLStore/EntityStore/PersistentCachedEntityLookup.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\Store;
12 12
 use SMW\Localizer;
13 13
 use SMWDataItem as DataItem;
14
-use SMW\SemanticData;
15 14
 use SMW\RequestOptions;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/ParserFunctions/SubobjectParserFunction.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 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;
Please login to merge, or discard this patch.
includes/datavalues/SMW_DV_Property.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 use SMW\DataValues\ValueFormatters\DataValueFormatter;
5 5
 use SMW\DataValueFactory;
6 6
 use SMW\DIProperty;
7
-use SMW\Highlighter;
8
-use SMW\Message;
9 7
 
10 8
 /**
11 9
  * Objects of this class represent properties in SMW.
Please login to merge, or discard this patch.