fix phpdoc

This commit is contained in:
Frédéric FRANCE
2024-01-09 21:34:49 +01:00
committed by GitHub
parent f45f5c3291
commit 2ae3ed0348

View File

@@ -1200,7 +1200,7 @@ function updateDictionaryInFile($module, $file, $dicts)
* @param string $file The file path to the Dolibarr module builder file where the dictionaries are defined.
* @param string $namedic The name of the dictionary, which will also be used as the base for the table name.
* @param array|null $dictionnaires An optional array containing pre-existing dictionary data, including 'tabname', 'tablib', 'tabsql', etc.
* @return void
* @return int|void Return int < 0 if error, return nothing on success
*/
function createNewDictionnary($modulename, $file, $namedic, $dictionnaires = null)
{