@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace CMEN\GoogleChartsBundle\GoogleCharts; |
| 4 | 4 | |
| 5 | -use CMEN\GoogleChartsBundle\Exception\GoogleChartsException; |
|
| 6 | -use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart; |
|
| 5 | +use CMEN\GoogleChartsBundle\Exception\GoogleChartsException; |
|
| 6 | +use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart; |
|
| 7 | 7 | use CMEN\GoogleChartsBundle\GoogleCharts\Options\ChartOptionsDraw; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -59,7 +59,7 @@ discard block |
||
| 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 |
||
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * @return BarChart|ColumnChart |
|
| 70 | + * @return BarChart |
|
| 71 | 71 | */ |
| 72 | 72 | public function getNewChart() |
| 73 | 73 | { |
@@ -57,7 +57,7 @@ discard block |
||
| 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 |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @return BarChart|ColumnChart |
|
| 68 | + * @return BarChart |
|
| 69 | 69 | */ |
| 70 | 70 | public function getNewChart() |
| 71 | 71 | { |
@@ -65,7 +65,7 @@ |
||
| 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 | { |