Merge pull request #16064 from frederic34/workstation
fix phpcs in Workstation
This commit is contained in:
commit
f086d7e926
@ -42,15 +42,15 @@ 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