diff --git a/htdocs/workstation/class/workstationresource.class.php b/htdocs/workstation/class/workstationresource.class.php index 698bba47d29..6e6860f2230 100644 --- a/htdocs/workstation/class/workstationresource.class.php +++ b/htdocs/workstation/class/workstationresource.class.php @@ -42,15 +42,15 @@ class WorkstationResource extends CommonObject 'fk_resource' => array ('type' => 'integer') ); - /** - * @var int ID of workstation - */ - public $fk_workstation; + /** + * @var int ID of workstation + */ + public $fk_workstation; - /** - * @var int ID of dolresource - */ - public $fk_resource; + /** + * @var int ID of dolresource + */ + public $fk_resource; /**