Completed
Push — master ( 6c048b...ec2a87 )
by Jeroen De
05:40
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.