fixed PHPdoc
This commit is contained in:
parent
f566345a4b
commit
6e9182d6e5
|
@ -332,8 +332,9 @@ function checkConfigOptions($scopes, $options) {
|
|||
/**
|
||||
* Returns a help entry from an account module.
|
||||
*
|
||||
* @param string $helpID help identifier
|
||||
* @param string $module module name
|
||||
* @param string $helpID help identifier
|
||||
* @param string $scope account type
|
||||
* @return array help entry
|
||||
*/
|
||||
function getHelp($module,$helpID,$scope='') {
|
||||
|
|
Loading…
Reference in New Issue