Completed
Branch master (5990e5)
by Christophe
06:03
created
GoogleCharts/Charts/Diff/DiffBarChart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return BarChart|ColumnChart
62
+     * @return BarChart
63 63
      */
64 64
     public function getOldChart()
65 65
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return BarChart|ColumnChart
70
+     * @return BarChart
71 71
      */
72 72
     public function getNewChart()
73 73
     {
Please login to merge, or discard this patch.
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.