Completed
Push — 2.5.x ( cb60f2...a5f90e )
by Karsten
117:08 queued 113:10
created
formats/media/MediaPlayer.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 SMWDataValue;
9 9
 use SMWOutputs;
10 10
 use SRFUtils;
11
-
12 11
 use FormatJson;
13 12
 use Skin;
14 13
 use Html;
Please login to merge, or discard this patch.
formats/gallery/Gallery.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace SRF;
4 4
 
5 5
 use SMW\ResultPrinter;
6
-
7 6
 use SMWQueryResult;
8 7
 use SMWPrintRequest;
9 8
 use SMWDataItem;
10 9
 use SMWOutputs;
11 10
 use SRFUtils;
12
-
13 11
 use Html;
14 12
 use Title;
15 13
 
Please login to merge, or discard this patch.