Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
tests/phpunit/Unit/SQLStore/SQLStoreFactoryTest.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 SMW\Options;
8 7
 use SMWSQLStore3;
9 8
 use SMW\Tests\TestEnvironment;
Please login to merge, or discard this patch.
tests/phpunit/Utils/PageRefresher.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\ContentParser;
8 8
 use SMW\DIWikiPage;
9 9
 use SMW\MediaWiki\Jobs\UpdateJob;
10
-use SMW\Store;
11 10
 use Title;
12 11
 use WikiPage;
13 12
 
Please login to merge, or discard this patch.
tests/phpunit/Benchmark/QueryBenchmarkRunner.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use SMWQuery as Query;
9 9
 use SMW\Store;
10 10
 use SMWQueryParser as QueryParser;
11
-use SMWQueryResult as QueryResult;
12
-use Title;
13 11
 use RuntimeException;
14 12
 
15 13
 /**
Please login to merge, or discard this patch.
includes/articlepages/SMW_PropertyPage.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\Localizer;
6 6
 use SMW\RequestOptions;
7 7
 use SMW\StringCondition;
8
-use SMW\PropertyRegistry;
9 8
 use SMWDataValue as DataValue;
10 9
 use SMW\DataValues\ValueFormatters\DataValueFormatter;
11 10
 use SMW\DIProperty;
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Hooks/EditPageFormTest.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\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\MediaWiki\Hooks\EditPageForm;
6
-use SMW\MediaWiki\Renderer\HtmlFormRenderer;
7 6
 use Title;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/SQLStore/Lookup/PropertyLabelSimilarityLookup.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\DIProperty;
9 9
 use SMW\SQLStore\SQLStore;
10 10
 use SMW\Store;
11
-use SMWDIError as DIError;
12 11
 use SMW\RequestOptions;
13 12
 use SMW\PropertySpecificationLookup;
14 13
 
Please login to merge, or discard this patch.
src/PropertyAnnotatorFactory.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\PropertyAnnotators\RedirectPropertyAnnotator;
12 12
 use SMW\PropertyAnnotators\SortKeyPropertyAnnotator;
13 13
 use SMW\PropertyAnnotators\EditProtectedPropertyAnnotator;
14
-use SMW\Store;
15 14
 use Title;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/IntlTimeFormatter.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 Language;
6 6
 use SMWDITime as DITime;
7
-use DateTimeZone;
8 7
 use SMW\DataValues\Time\Timezone;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/DataValues/Time/TimezoneTest.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\DataValues\Time;
4 4
 
5
-use SMW\DataItemFactory;
6 5
 use SMW\DataValues\Time\Timezone;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.