Completed
Push — master ( 6472ae...90bf1e )
by Christophe
04:16
created
GoogleCharts/Charts/Diff/DiffColumnChart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return BarChart|ColumnChart
60
+     * @return BarChart
61 61
      */
62 62
     public function getOldChart()
63 63
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @return BarChart|ColumnChart
68
+     * @return BarChart
69 69
      */
70 70
     public function getNewChart()
71 71
     {
Please login to merge, or discard this patch.
GoogleCharts/Charts/OrgChart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * @param $options OrgChartOptions
67 67
      *
68
-     * @return Map
68
+     * @return OrgChart
69 69
      */
70 70
     public function setOptions($options)
71 71
     {
Please login to merge, or discard this patch.
GoogleCharts/Charts/Diff/DiffBarChart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return BarChart|ColumnChart
60
+     * @return BarChart
61 61
      */
62 62
     public function getOldChart()
63 63
     {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @return BarChart|ColumnChart
68
+     * @return BarChart
69 69
      */
70 70
     public function getNewChart()
71 71
     {
Please login to merge, or discard this patch.