Completed
Push — master ( 2472c5...a814e8 )
by mw
35:03
created
src/SQLStore/EntityStore/EntitySubobjectListIterator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use SMW\DataTypeRegistry;
4 4
 use SMW\DIWikiPage;
5 5
 use SMW\SQLStore\TableDefinition;
6
-use SMWDataItem as DataItem;
7 6
 
8 7
 /**
9 8
  * Class to provide all basic read methods for SMWSQLStore3.
Please login to merge, or discard this patch.
src/SQLStore/QueryDependency/QueryResultDependencyListResolver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 use SMW\Query\Language\SomeProperty;
14 14
 use SMW\Query\Language\ThingDescription;
15 15
 use SMW\Query\Language\ValueDescription;
16
-use SMW\Store;
17
-use SMWQuery as Query;
18 16
 use SMWQueryResult as QueryResult;
19 17
 
20 18
 /**
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/Fulltext/TextByChangeUpdater.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/SQLStore/QueryEngine/FulltextSearchTableFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use SMW\SQLStore\QueryEngine\Fulltext\SearchTableUpdater;
14 14
 use SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder;
15 15
 use Onoi\Tesa\SanitizerFactory;
16
-use SMW\SQLStore\TransitionalTableDiffStore;
17 16
 
18 17
 /**
19 18
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/MediaWiki/Specials/SearchByProperty/PageRequestOptions.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 SMW\DataValueFactory;
6 6
 use SMW\DataValues\TelephoneUriValue;
7
-use SMWUriValue as UriValue;
8 7
 use SMW\UrlEncoder;
9 8
 use SMWNumberValue as NumberValue;
10 9
 use SMWPropertyValue as PropertyValue;
11
-use SMWStringValue as TextValue;
12 10
 
13 11
 /**
14 12
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Admin/IdHandlerSection.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/ByJsonTestCaseProvider.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;
4 4
 
5 5
 use SMW\CacheFactory;
6
-use SMW\ApplicationFactory;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\CacheFactory
Please login to merge, or discard this patch.
src/DataValues/ReferenceValue.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 SMWDataItem as DataItem;
13 13
 use SMWDataValue as DataValue;
14 14
 use SMWDIContainer as DIContainer;
15
-use SMWPropertyListValue as PropertyListValue;
16 15
 
17 16
 /**
18 17
  * ReferenceValue allows to define additional DV to describe the state of a
Please login to merge, or discard this patch.
includes/datavalues/SMW_DV_Record.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 SMWDataItem as DataItem;
13 13
 use SMWDataValue as DataValue;
14 14
 use SMWDIContainer as DIContainer;
15
-use SMWPropertyListValue as PropertyListValue;
16 15
 
17 16
 /**
18 17
  * ReferenceValue allows to define additional DV to describe the state of a
Please login to merge, or discard this patch.