fixed wrong parameter description

This commit is contained in:
Uwe Steinmann 2021-01-27 09:55:11 +01:00
parent 072b1d2eb9
commit d5629361da

View File

@ -1665,7 +1665,7 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
* @param string $orgFileName original file name
* @param string $fileType
* @param string $mimeType MimeType of the content
* @param integer $version version number of content or 0 if next higher version shall be used.
* @param integer $version version number of content or 0 if latest version shall be replaced.
* @return bool/array false in case of an error or a result set
*/
function replaceContent($version, $user, $tmpFile, $orgFileName, $fileType, $mimeType) { /* {{{ */