summaryrefslogtreecommitdiffstats
path: root/src/axis/numeric.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-12 14:40:06 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-12 14:40:06 +0000
commitb33909275f604b119c59972779a47a4288e0f5ec (patch)
tree756bf13bee3a4ed395bc1885391341533d991f65 /src/axis/numeric.php
parent99117b7f9eb39a6d77eededce51a4d0aa895cc5b (diff)
downloadzetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.zip
zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.tar.gz
- More documentation fixes
Diffstat (limited to 'src/axis/numeric.php')
-rw-r--r--src/axis/numeric.php3
1 files changed, 1 insertions, 2 deletions
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