mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LScli::add_command(): fix typo in comment
This commit is contained in:
parent
0c9a077399
commit
f0ef642cf0
1 changed files with 3 additions and 2 deletions
|
@ -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] $need_ldap_con boolean Permit to define if this command need connection to LDAP server (optional,
|
||||
* default: true)
|
||||
* @param[in] $args_autocompleter callable|null Allow override if a command already exists with the same name (optional,
|
||||
* @param[in] $override boolean 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:
|
||||
* null)
|
||||
* @param[in] $override boolean Allow override if a command already exists with the same name (optional,
|
||||
* default: false)
|
||||
*
|
||||
* @retval void
|
||||
|
|
Loading…
Reference in a new issue