2
0
forked from Wavyzz/dolibarr

Fix warnings

This commit is contained in:
Laurent Destailleur
2023-05-22 21:33:38 +02:00
parent 7f5a4a2229
commit 6dcfb18c2e
3 changed files with 7 additions and 8 deletions

View File

@@ -120,11 +120,10 @@ class Setup extends DolibarrApi
* @param int $page Page number {@min 0}
* @param int $active Payment type is active or not {@min 0} {@max 1}
* @param string $sqlfilters SQL criteria to filter with. Syntax example "(t.code:=:'OrderByWWW')"
* @return array [List of ordering reasons]
*
* @url GET dictionary/ordering_origins
*
* @return array [List of ordering reasons]
*
* @throws RestException 400
*/
public function getOrderingOrigins($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '')
@@ -569,9 +568,9 @@ class Setup extends DolibarrApi
/**
* Get region.
*
* @param int $id ID of region
* @param string $code Code of region
* @return array Array of cleaned object properties
* @param int $id ID of region
* @param string $code Code of region
* @return Object Object with cleaned properties
*
* @throws RestException
*/