mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
fix indenting of comment for method getContentByVersion()
This commit is contained in:
parent
2c7b7344dd
commit
01e243e966
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user