Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-01-25 19:12:14 +01:00
parent b4be97ec15
commit 79574faabe
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class WorkstationResource extends CommonObject
/**
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
*/
public $fields = array(
public $fields = array(
'fk_workstation' => array ('type' => 'integer'),
'fk_resource' => array ('type' => 'integer')
);

View File

@ -36,7 +36,7 @@ class WorkstationUserGroup extends CommonObject
/**
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
*/
public $fields = array(
public $fields = array(
'fk_workstation' => array ('type' => 'integer'),
'fk_usergroup' => array ('type' => 'integer')
);