From 7773076525fb6d67841e513270d1b4d689b354f9 Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Mon, 26 Nov 2007 11:31:33 +0000 Subject: - Fixed doc blocks # Issues found by docanalysis script --- src/charts/line.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/charts/line.php') 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 ) -- cgit v1.1