fix line indenting

This commit is contained in:
Uwe Steinmann 2022-11-06 20:03:12 +01:00
parent 0e1b00d0b5
commit 1ec3367695

View File

@ -38,10 +38,10 @@ class SeedDMS_Core_Object { /* {{{ */
*/ */
public $_dms; public $_dms;
/** /**
* SeedDMS_Core_Object constructor. * SeedDMS_Core_Object constructor.
* @param $id * @param $id
*/ */
function __construct($id) { /* {{{ */ function __construct($id) { /* {{{ */
$this->_id = $id; $this->_id = $id;
$this->_dms = null; $this->_dms = null;