diff --git a/SeedDMS_Core/Core/inc.ClassObject.php b/SeedDMS_Core/Core/inc.ClassObject.php index a2f0b1ae4..ec1fa3124 100644 --- a/SeedDMS_Core/Core/inc.ClassObject.php +++ b/SeedDMS_Core/Core/inc.ClassObject.php @@ -38,10 +38,10 @@ class SeedDMS_Core_Object { /* {{{ */ */ public $_dms; - /** - * SeedDMS_Core_Object constructor. - * @param $id - */ + /** + * SeedDMS_Core_Object constructor. + * @param $id + */ function __construct($id) { /* {{{ */ $this->_id = $id; $this->_dms = null;