PHPDoc update.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2014-11-08 18:06:56 +01:00
parent a93288e508
commit 076ff24cb3

View File

@ -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
*/