improve docblock

This commit is contained in:
Dieter Adriaenssens 2013-01-25 16:48:35 +01:00
parent 8fa8527bf6
commit 92fd7acf79

View File

@ -532,7 +532,7 @@ PMA_Response::getInstance()->addHTML($html_output);
* @param array $choices Choices for dropdown
* @param string $selected_value Selected value
*
* @return string $html_output The html code for existing value (for selected)
* @return string The html code for existing value (for selected)
*
* @access public
*/