Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
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.
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/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/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.
includes/datavalues/SMW_DV_Record.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 SMWPropertyListValue as PropertyListValue;
9 8
 use SMWDataItem as DataItem;
10 9
 use SMWContainerSemanticData as ContainerSemanticData;
11 10
 use SMWDIContainer as DIContainer;
Please login to merge, or discard this patch.
tests/phpunit/JsonTestCaseScriptRunner.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Tests;
4 4
 
5
-use SMW\ApplicationFactory;
6 5
 use SMW\Tests\Utils\UtilityFactory;
7
-use SMW\Message;
8
-use Title;
9 6
 
10 7
 /**
11 8
  * The JsonTestCaseScriptRunner is a convenience provider for `Json` formatted
Please login to merge, or discard this patch.
tests/phpunit/Unit/Query/Language/SomePropertyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use SMW\Query\Language\SomeProperty;
9 9
 use SMW\Query\Language\ThingDescription;
10 10
 use SMW\Query\Language\ValueDescription;
11
-use SMW\Query\Language\Conjunction;
12 11
 
13 12
 /**
14 13
  * @covers \SMW\Query\Language\SomeProperty
Please login to merge, or discard this patch.