From 511b6cf4f0d9ad585e1761d946dc84700f3fbeea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Aug 2011 02:31:46 +0000 Subject: [PATCH] Qual: Removed errors reported by PHPCodeSniffer --- htdocs/categories/class/categorie.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 88564cccc79..5641e3314d2 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -568,7 +568,7 @@ class Categorie /** * Return category description * - * @param $cate + * @param $cate Category id * @return string Description */ function get_desc ($cate) @@ -584,6 +584,8 @@ class Categorie /** * La categorie $fille est-elle une fille de cette categorie ? + * + * @param fille Object category */ function is_fille ($fille) {