Fix warning

This commit is contained in:
Laurent Destailleur
2023-05-30 12:56:32 +02:00
parent a211d117f1
commit 130a2dc4f7
3 changed files with 11 additions and 11 deletions

View File

@@ -310,8 +310,8 @@ class Setup extends DolibarrApi
/**
* Get region by ID.
*
* @param int $id ID of region
* @return array Array of cleaned object properties
* @param int $id ID of region
* @return Object Object with cleaned properties
*
* @url GET dictionary/regions/{id}
*
@@ -325,8 +325,8 @@ class Setup extends DolibarrApi
/**
* Get region by Code.
*
* @param string $code Code of region
* @return array Array of cleaned object properties
* @param string $code Code of region
* @return Object Object with cleaned properties
*
* @url GET dictionary/regions/byCode/{code}
*