Fix phpcs
This commit is contained in:
parent
b4be97ec15
commit
79574faabe
@ -37,7 +37,7 @@ class WorkstationResource extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
||||||
*/
|
*/
|
||||||
public $fields = array(
|
public $fields = array(
|
||||||
'fk_workstation' => array ('type' => 'integer'),
|
'fk_workstation' => array ('type' => 'integer'),
|
||||||
'fk_resource' => array ('type' => 'integer')
|
'fk_resource' => array ('type' => 'integer')
|
||||||
);
|
);
|
||||||
|
|||||||
@ -36,7 +36,7 @@ class WorkstationUserGroup extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
||||||
*/
|
*/
|
||||||
public $fields = array(
|
public $fields = array(
|
||||||
'fk_workstation' => array ('type' => 'integer'),
|
'fk_workstation' => array ('type' => 'integer'),
|
||||||
'fk_usergroup' => array ('type' => 'integer')
|
'fk_usergroup' => array ('type' => 'integer')
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user