💡 fix phpdoc on \utils::GetCurrentModuleDir

This commit is contained in:
Pierre Goiffon
2019-01-28 15:58:59 +01:00
parent 6bbc543ac1
commit 0ea2fed481

View File

@@ -1705,7 +1705,8 @@ class utils
}
/**
* Returns the relative (to APPROOT) path of the root directory of the module containing the file where the call to this function is made
* Returns the relative (to MODULESROOT) path of the root directory of the module containing the file where the call to
* this function is made
* or an empty string if no such module is found (or not called within a module file)
* @param number $iCallDepth The depth of the module in the callstack. Zero when called directly from within the module
* @return string