fix indenting of comment for method getContentByVersion()

This commit is contained in:
Uwe Steinmann 2021-09-24 10:07:18 +02:00
parent 2c7b7344dd
commit 01e243e966

View File

@ -1803,8 +1803,9 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
* currently logged in user.
*
* @param integer $version version number of content element
* @return SeedDMS_Core_DocumentContent|boolean object of class {@link SeedDMS_Core_DocumentContent}
* or false
* @return SeedDMS_Core_DocumentContent|null|boolean object of class
* {@link SeedDMS_Core_DocumentContent}, null if not content was found,
* false in case of an error
*/
function getContentByVersion($version) { /* {{{ */
if (!is_numeric($version)) return false;