From 076ff24cb368e760fc47cd32c0f8e1b858d7cd8b Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sat, 8 Nov 2014 18:06:56 +0100 Subject: [PATCH] PHPDoc update. Signed-off-by: Hugues Peccatte --- libraries/rte/rte_routines.lib.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libraries/rte/rte_routines.lib.php b/libraries/rte/rte_routines.lib.php index 171965aa99..ef47842ebf 100644 --- a/libraries/rte/rte_routines.lib.php +++ b/libraries/rte/rte_routines.lib.php @@ -1561,8 +1561,10 @@ function PMA_RTN_handleExecute() } /** - * @param $row - * @param $color_class + * Browse row array + * + * @param array $row Columns + * @param string $color_class CSS class * * @return string */