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