summaryrefslogtreecommitdiffstats
path: root/src/axis/date.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/axis/date.php')
-rw-r--r--src/axis/date.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/axis/date.php b/src/axis/date.php
index 42a3bca..96e8b58 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -174,7 +174,7 @@ class ezcGraphChartElementDateAxis extends ezcGraphChartElementAxis
/**
* Add data for this axis
*
- * @param mixed $value Value which will be displayed on this axis
+ * @param array $values Value which will be displayed on this axis
* @return void
*/
public function addData( array $values )
@@ -429,7 +429,6 @@ class ezcGraphChartElementDateAxis extends ezcGraphChartElementAxis
/**
* Get coordinate for a dedicated value on the chart
*
- * @param ezcGraphBounding $boundings
* @param float $value Value to determine position for
* @return float Position on chart
*/
@@ -499,7 +498,8 @@ class ezcGraphChartElementDateAxis extends ezcGraphChartElementAxis
/**
* Get label for timestamp
*
- * @param int $time
+ * @param int $time
+ * @param int $step
* @return string
*/
protected function getLabelFromTimestamp( $time, $step )
OpenPOWER on IntegriCloud