From 98219a251707d485073ebe59e37f3c5714bc2e66 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 31 Mar 2021 13:14:18 -0600 Subject: [PATCH] Put type in front of variable name --- importexport/inc/class.importexport_helper_functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php index 422c8401fa..6f10ad79e6 100755 --- a/importexport/inc/class.importexport_helper_functions.inc.php +++ b/importexport/inc/class.importexport_helper_functions.inc.php @@ -602,8 +602,8 @@ class importexport_helper_functions { * * Currently only supports select,select-cat,select-account,date,date-time * - * @param $app_name String name of app - * @param $plugin_name string Name of the plugin + * @param string $app_name name of app + * @param string $plugin_name Name of the plugin * * @return Array ([fieldname] => array(widget settings), ...) */