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/charts | |
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/charts')
-rw-r--r-- | src/charts/line.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charts/line.php b/src/charts/line.php index 250946c..ad69aca 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -418,8 +418,8 @@ class ezcGraphLineChart extends ezcGraphChart * Check if renderer supports features requested by some special chart * options. * - * @throw ezcBaseValueException - * If some feature is not supported + * @throws ezcBaseValueException + * If some feature is not supported * * @return void */ @@ -638,7 +638,7 @@ class ezcGraphLineChart extends ezcGraphChart * * @param int $width * @param int $height - * @apichange + * @apichange * @return void */ public function renderToOutput( $width, $height ) |