fix phpcs
This commit is contained in:
parent
dcc6c8b5b0
commit
9c3cb5552a
@ -42,14 +42,14 @@ class WorkstationResource extends CommonObject
|
|||||||
'fk_resource' => array ('type' => 'integer')
|
'fk_resource' => array ('type' => 'integer')
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID of workstation
|
* @var int ID of workstation
|
||||||
*/
|
*/
|
||||||
public $fk_workstation;
|
public $fk_workstation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID of dolresource
|
* @var int ID of dolresource
|
||||||
*/
|
*/
|
||||||
public $fk_resource;
|
public $fk_resource;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user