LScli::add_command(): fix typo in comment

This commit is contained in:
Benjamin Renard 2020-08-25 20:33:08 +02:00
parent 0c9a077399
commit f0ef642cf0

View file

@ -46,8 +46,9 @@ class LScli extends LSlog_staticLoggerClass {
* @param[in] $long_desc string|false A long description of what this command does (optional, default: false) * @param[in] $long_desc string|false A long description of what this command does (optional, default: false)
* @param[in] $need_ldap_con boolean Permit to define if this command need connection to LDAP server (optional, * @param[in] $need_ldap_con boolean Permit to define if this command need connection to LDAP server (optional,
* default: true) * default: true)
* @param[in] $args_autocompleter callable|null Allow override if a command already exists with the same name (optional, * @param[in] $args_autocompleter callable|null Callable of the CLI command arguments autocompleter (optional, default:
* @param[in] $override boolean Allow override if a command already exists with the same name (optional, * null)
* @param[in] $override boolean Allow override if a command already exists with the same name (optional,
* default: false) * default: false)
* *
* @retval void * @retval void