@@ -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 | { |
@@ -95,7 +95,6 @@ |
||
95 | 95 | * - A country, specified by its ISO 3166-1 alpha-2 code, e.g., 'AU' for Australia. |
96 | 96 | * - A state in the United States, specified by its ISO 3166-2:US code, e.g., 'US-AL' for Alabama. Note that |
97 | 97 | * the resolution option must be set to either 'provinces' or 'metros'. |
98 | - |
|
99 | 98 | * @var string |
100 | 99 | */ |
101 | 100 | protected $region; |