Completed
Push — vcard ( 1c7030 )
by mw
05:55 queued 30s
created
src/vCard/vCard.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SRF\vCard;
4 4
 
5
-use Title;
6
-use Article;
7
-
8 5
 /**
9 6
  * Represents a single entry in an vCard
10 7
  *
Please login to merge, or discard this patch.
src/vCard/vCardResultPrinter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SRF\vCard;
4 4
 
5
-use SMWQueryResult  as QueryResult;
5
+use SMWQueryResult as QueryResult;
6 6
 use SMWQueryProcessor as QueryProcessor;
7 7
 use SMWQuery as Query;
8 8
 use SMWExportPrinter as FileExportPrinter;
Please login to merge, or discard this patch.