mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix warnings
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user