fix phpcs

This commit is contained in:
Frédéric FRANCE 2021-01-25 16:24:27 +01:00
parent dcc6c8b5b0
commit 9c3cb5552a
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -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;