Fix coding style errors.

This commit is contained in:
Xebax 2016-09-25 19:05:49 +02:00
parent 7e366c303e
commit 0f3e308dd3

View File

@ -142,8 +142,9 @@ class Countries extends DolibarrApi
/**
* Translate the name of the country to the given language.
*
* @param Ccountry $country
* @param string $lang
* @param Ccountry $country Country
* @param string $lang Code of the language the name of the
* country must be translated to
*/
private function translateLabel($country, $lang)
{