Completed
Pull Request — master (#35)
by
unknown
04:33
created
src/CarlosIO/Geckoboard/Widgets/LineChartV2.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
      * Set the elements to appear evenly spread along dimension
53 53
      *
54 54
      * @param string $dimension The dimension where labels will be displayed
55
-     * @param array $labels Labels displayed in this axis
56 55
      * @return $this
57 56
      */
58 57
     public function setAxis($dimension, $axis) {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace CarlosIO\Geckoboard\Widgets;
10 10
 
11
-use CarlosIO\Geckoboard\Data\LineChartV2\Series;
12
-
13 11
 /**
14 12
  * Class LineChartV2
15 13
  *
Please login to merge, or discard this patch.