mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
fix line indenting
This commit is contained in:
parent
0e1b00d0b5
commit
1ec3367695
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user