return comment

This commit is contained in:
Frédéric FRANCE
2018-08-14 12:23:10 +02:00
parent 7c6f41e04f
commit a0a6afc224
23 changed files with 286 additions and 243 deletions

View File

@@ -188,6 +188,7 @@ class Setup extends DolibarrApi
* @param int $id ID of country
* @param string $lang Code of the language the name of the
* country must be translated to
* @return array Array of cleaned object properties
*
* @url GET dictionary/countries/{id}
*
@@ -293,6 +294,7 @@ class Setup extends DolibarrApi
* @param Ccountry $country Country
* @param string $lang Code of the language the name of the
* country must be translated to
* @return void
*/
private function translateLabel($country, $lang)
{