Fix qodana warning

This commit is contained in:
Laurent Destailleur 2023-05-01 16:41:28 +02:00
parent 759ddd2d73
commit e9aff0f776

View File

@ -278,7 +278,6 @@ class DolibarrApi
* @param string $dbt_keyfield Field name for socid foreign key if not fk_soc. Not used if objectid is null (optional)
* @param string $dbt_select Field name for select if not rowid. Not used if objectid is null (optional)
* @return bool
* @throws RestException
*/
protected static function _checkAccessToResource($resource, $resource_id = 0, $dbtablename = '', $feature2 = '', $dbt_keyfield = 'fk_soc', $dbt_select = 'rowid')
{