Put type in front of variable name

This commit is contained in:
nathangray 2021-03-31 13:14:18 -06:00
parent a21c49d99c
commit 98219a2517

View File

@ -602,8 +602,8 @@ class importexport_helper_functions {
* *
* Currently only supports select,select-cat,select-account,date,date-time * Currently only supports select,select-cat,select-account,date,date-time
* *
* @param $app_name String name of app * @param string $app_name name of app
* @param $plugin_name string Name of the plugin * @param string $plugin_name Name of the plugin
* *
* @return Array ([fieldname] => array(widget settings), ...) * @return Array ([fieldname] => array(widget settings), ...)
*/ */