Completed
Push — master ( 2472c5...a814e8 )
by mw
35:03
created
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/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.
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.
src/SQLStore/EntityRebuildDispatcher.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.
src/DataValues/ValueFormatters/PropertyValueFormatter.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.