diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
commit | 7773076525fb6d67841e513270d1b4d689b354f9 (patch) | |
tree | 20c276eaa343f40ead9788381e9f015bdef23cdb /src/datasets | |
parent | aa6990d330fd354477f767adb22cc4c02b18c76e (diff) | |
download | zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.zip zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.tar.gz |
- Fixed doc blocks
# Issues found by docanalysis script
Diffstat (limited to 'src/datasets')
-rw-r--r-- | src/datasets/property/axis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datasets/property/axis.php b/src/datasets/property/axis.php index a989f31..0779e85 100644 --- a/src/datasets/property/axis.php +++ b/src/datasets/property/axis.php @@ -18,7 +18,7 @@ class ezcGraphDataSetAxisProperty extends ezcGraphDataSetProperty /** * Chacks if value is really an axis * - * @param &$value + * @param ezcGraphChartElementAxis $value * @return void */ protected function checkValue( &$value ) |