Completed
Pull Request — master (#626)
by
unknown
15:47
created
src/BibTex/Item.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SRF\BibTex;
4 4
 
5
-use SMWDataValue as DataValue;
6
-
7 5
 /**
8 6
  * @see http://www.semantic-mediawiki.org/wiki/BibTex
9 7
  *
Please login to merge, or discard this patch.
src/Graph/GraphPrinter.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\ResultPrinter;
6 6
 use SMWQueryResult;
7
-use SMWWikiPageValue;
8 7
 use GraphViz;
9 8
 use Html;
10 9
 
Please login to merge, or discard this patch.
src/iCalendar/iCalendarFileExportPrinter.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 SMWQuery as Query;
9 9
 use SMWQueryProcessor as QueryProcessor;
10 10
 use SMWQueryResult as QueryResult;
11
-use SMWTimeValue as TimeValue;
12 11
 use WikiPage;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
formats/media/MediaPlayer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use FormatJson;
7 7
 use Html;
8 8
 use MediaWiki\MediaWikiServices;
9
-use Skin;
10 9
 use SMW\ResultPrinter;
11 10
 use SMWDataItem;
12 11
 use SMWDataValue;
Please login to merge, or discard this patch.