From 53f7ea521e39637c263cda8ecaa44bd0fdeab76c Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Thu, 25 Aug 2011 13:20:50 +0200 Subject: [PATCH] PHPDoc --- libraries/svg_plot/pma_scatter_plot.php | 4 +--- libraries/svg_plot/pma_svg_data_point.php | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/libraries/svg_plot/pma_scatter_plot.php b/libraries/svg_plot/pma_scatter_plot.php index c7e8cfad15..c0be405289 100644 --- a/libraries/svg_plot/pma_scatter_plot.php +++ b/libraries/svg_plot/pma_scatter_plot.php @@ -235,9 +235,7 @@ class PMA_Scatter_Plot * @param int $color_number Start index to the color array * @param array $scale_data Data related to scaling * @param string $label Label for the data points - * @param image $results Image object in the case of png - * - * @return the formatted array of data. + * @return string the formatted array of data. */ private function _prepareDataSet($data, $color_number, $scale_data, $label) { diff --git a/libraries/svg_plot/pma_svg_data_point.php b/libraries/svg_plot/pma_svg_data_point.php index 64288a1aaf..ceaa8bc46b 100644 --- a/libraries/svg_plot/pma_svg_data_point.php +++ b/libraries/svg_plot/pma_svg_data_point.php @@ -38,10 +38,8 @@ class PMA_SVG_Data_Point extends PMA_SVG_Data_Element * Prepares and returns the code related to a row in the query result as SVG. * * @param array $options Array containing options related to properties of the point - * * @return the code related to a row in the query result. */ - protected function prepareSvg($options) { $point_options = array( -- 2.11.4.GIT