Merge pull request #9829 from frederic34/patch-16

code comment
This commit is contained in:
Laurent Destailleur 2018-10-24 01:42:41 +02:00 committed by GitHub
commit 592bfafd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ class Setup extends DolibarrApi
* @param string $filter To filter the countries by name
* @param string $lang Code of the language the label of the countries must be translated to
* @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
* @return List of countries
* @return array List of countries
*
* @url GET dictionary/countries
*