mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +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,7 +46,8 @@ 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:
|
||||||
|
* null)
|
||||||
* @param[in] $override boolean 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,
|
||||||
* default: false)
|
* default: false)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue