summaryrefslogtreecommitdiffstats
path: root/src/axis
diff options
context:
space:
mode:
Diffstat (limited to 'src/axis')
-rw-r--r--src/axis/date.php6
-rw-r--r--src/axis/labeled.php3
-rw-r--r--src/axis/logarithmic.php3
-rw-r--r--src/axis/numeric.php3
4 files changed, 6 insertions, 9 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 )
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index d48b3f3..974f29f 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -127,7 +127,7 @@ class ezcGraphChartElementLabeledAxis 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 )
@@ -332,7 +332,6 @@ class ezcGraphChartElementLabeledAxis extends ezcGraphChartElementAxis
/**
* Get coordinate for a dedicated value on the chart
*
- * @param ezcGraphBounding $boundings
* @param string $value Value to determine position for
* @return float Position on chart
*/
diff --git a/src/axis/logarithmic.php b/src/axis/logarithmic.php
index 9079200..2b1b226 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -108,7 +108,7 @@ class ezcGraphChartElementLogarithmicalAxis 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 )
@@ -195,7 +195,6 @@ class ezcGraphChartElementLogarithmicalAxis 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
*/
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index fcdc7c4..7134913 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -197,7 +197,7 @@ class ezcGraphChartElementNumericAxis 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 )
@@ -285,7 +285,6 @@ class ezcGraphChartElementNumericAxis 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
*/
OpenPOWER on IntegriCloud