This commit is contained in:
Benjamin Renard 2020-07-07 12:38:28 +02:00
parent a21b40d706
commit 312b3dfb11
5 changed files with 8 additions and 8 deletions

View file

@ -84,9 +84,9 @@ class LSattr_html_select_list extends LSattr_html{
/**
* Retourne un tableau des valeurs possibles de la liste
*
* @param[in] $options Attribute options (optinal)
* @param[in] $options Attribute options (optional)
* @param[in] $name Attribute name (optional)
* @param[in] &$ldapObject Related LSldapObject (optinal)
* @param[in] &$ldapObject Related LSldapObject (optional)
*
* @author Benjamin Renard <brenard@easter-eggs.com>
*

View file

@ -858,7 +858,7 @@ function cli_generate_lang_file($command_args) {
*
* @param[in] $comp_words array List of already typed words of the command
* @param[in] $comp_word_num int The command word number to autocomplete
* @param[in] $comp_word string The command word to autocomplete state
* @param[in] $comp_word string The command word to autocomplete
* @param[in] $opts array List of global available options
*
* @retval array List of available options for the word to autocomplete

View file

@ -1950,7 +1950,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
*
* @param[in] $command_args array List of already typed words of the command
* @param[in] $comp_word_num int The command word number to autocomplete
* @param[in] $comp_word string The command word to autocomplete state
* @param[in] $comp_word string The command word to autocomplete
* @param[in] $opts array List of global available options
*
* @retval array List of available options for the word to autocomplete
@ -2168,7 +2168,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
*
* @param[in] $command_args array List of already typed words of the command
* @param[in] $comp_word_num int The command word number to autocomplete
* @param[in] $comp_word string The command word to autocomplete state
* @param[in] $comp_word string The command word to autocomplete
* @param[in] $opts array List of global available options
*
* @retval array List of available options for the word to autocomplete
@ -2590,7 +2590,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
*
* @param[in] $command_args array List of already typed words of the command
* @param[in] $comp_word_num int The command word number to autocomplete
* @param[in] $comp_word string The command word to autocomplete state
* @param[in] $comp_word string The command word to autocomplete
* @param[in] $opts array List of global available options
*
* @retval array List of available options for the word to autocomplete

View file

@ -157,7 +157,7 @@ class LSlog {
/**
* Set log level
*
* @param[in] $level string|null The log level (optinal, default: from configuration or 'WARNING')
* @param[in] $level string|null The log level (optional, default: from configuration or 'WARNING')
*
* @retval boolean True if log level set, false otherwise
**/

View file

@ -1529,7 +1529,7 @@ class LSsearch {
*
* @param[in] $command_args array List of already typed words of the command
* @param[in] $comp_word_num int The command word number to autocomplete
* @param[in] $comp_word string The command word to autocomplete state
* @param[in] $comp_word string The command word to autocomplete
* @param[in] $opts array List of global available options
*
* @retval array List of available options for the word to autocomplete