Completed
Push — master ( 07dd29...2a8480 )
by mw
409:44 queued 374:41
created
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.
src/SQLStore/PropertyTypeFinder.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 SMW\MediaWiki\Database;
6 6
 use SMW\DIProperty;
7
-use SMWTypesValue as TypesValue;
8 7
 use RuntimeException;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
includes/SemanticData.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;
4 4
 
5
-use MWException;
6 5
 use SMWContainerSemanticData;
7 6
 use SMWDataItem;
8 7
 use SMWDataValue;
Please login to merge, or discard this patch.
src/SQLStore/PropertyStatisticsTable.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\SQLStore;
4 4
 
5
-use MWException;
6 5
 use SMW\MediaWiki\Database;
7 6
 use SMW\Store\PropertyStatisticsStore;
8 7
 use SMW\SQLStore\Exception\PropertyStatisticsInvalidArgumentException;
Please login to merge, or discard this patch.
ResourceBuilders/UniquenessConstraintPropertyValueResourceBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 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
-use SMW\DataValueFactory;
9 7
 use SMWDataItem as DataItem;
10 8
 use SMWExpData as ExpData;
11
-use SMWExpLiteral as ExpLiteral;
12 9
 
13 10
 /**
14 11
  * @private
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_SQLStore3_Writers.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\MediaWiki\Jobs\JobBase;
6 6
 use SMW\MediaWiki\Jobs\UpdateJob;
7 7
 use SMW\SemanticData;
8
-use SMW\SQLStore\PropertyStatisticsTable;
9 8
 use SMW\SQLStore\PropertyTableRowDiffer;
10 9
 use SMW\SQLStore\EntityStore\EntitySubobjectListIterator;
11 10
 use SMW\SQLStore\TableBuilder\FieldType;
Please login to merge, or discard this patch.