From 9c3cb5552a1bf494acd5625b8b0b567629afc6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 25 Jan 2021 16:24:27 +0100 Subject: [PATCH] fix phpcs --- .../workstation/class/workstationresource.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;