Completed
Push — master ( ebe875...a265d1 )
by mw
94:25 queued 69:18
created
tests/phpunit/Unit/IntlNumberFormatterTest.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;
4 4
 
5
-use Language;
6 5
 use SMW\NumberFormatter;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
includes/datavalues/SMW_DV_Number.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\Highlighter;
4 3
 use SMW\IntlNumberFormatter;
5 4
 use SMW\Localizer;
6 5
 use SMW\DataValues\ValueFormatters\DataValueFormatter;
Please login to merge, or discard this patch.
src/DataValues/InfoLinksProvider.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,11 @@
 block discarded – undo
3 3
 namespace SMW\DataValues;
4 4
 
5 5
 use SMWInfolink as Infolink;
6
-use SMWDataValue  as DataValue;
6
+use SMWDataValue as DataValue;
7 7
 use SMW\ApplicationFactory;
8 8
 use SMW\InTextAnnotationParser;
9 9
 use SMW\DIProperty;
10 10
 use SMW\Message;
11
-use SMWStringValue as StringValue;
12 11
 use SMWDIBlob as DIBlob;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.