From 0f3e308dd36b2120398bc0dfb1d3faa80e4d636d Mon Sep 17 00:00:00 2001
From: Xebax <xebax@wanadoo.fr>
Date: Sun, 25 Sep 2016 19:05:49 +0200
Subject: [PATCH] Fix coding style errors.

---
 htdocs/api/class/api_countries.class.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/api/class/api_countries.class.php b/htdocs/api/class/api_countries.class.php
index 1d65e129e4d..9dbe3fc215d 100644
--- a/htdocs/api/class/api_countries.class.php
+++ b/htdocs/api/class/api_countries.class.php
@@ -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)
     {
-- 
GitLab