Merge pull request #16064 from frederic34/workstation

fix phpcs in Workstation
This commit is contained in:
Laurent Destailleur 2021-01-27 19:21:29 +01:00 committed by GitHub
commit f086d7e926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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