Completed
Push — master ( ddbdaa...f0688c )
by Jeroen De
13:09
created
src/Graph/GraphPrinter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ResultPrinter;
6 6
 use SMWQueryResult;
7
-use SMWWikiPageValue;
8 7
 use GraphViz;
9
-use Html;
10 8
 
11 9
 /**
12 10
  * SMW result printer for graphs using graphViz.
Please login to merge, or discard this patch.
src/Graph/GraphFormatter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
 	private $legendItem = [];
40 40
 	private $options;
41 41
 
42
+	/**
43
+	 * @param GraphOptions $options
44
+	 */
42 45
 	public function __construct( $options ){
43 46
 		$this->options = $options;
44 47
 	}
Please login to merge, or discard this patch.