@@ -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 | /** |
@@ -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 | { |