This doc block is for the method and not for the use

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-02-23 22:41:10 +11:00
parent abfce82447
commit 6c2ade29d9

View File

@ -6,6 +6,8 @@
* @package PhpMyAdmin
*/
use PMA\libraries\URL;
/**
* Renders the server selection in list or selectbox form, or option tags only
*
@ -14,8 +16,6 @@
*
* @return string
*/
use PMA\libraries\URL;
function PMA_selectServer($not_only_options, $omit_fieldset)
{
$retval = '';