From 81a9bc3960181a1ba7de21d36cd2fa8035f62e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Fri, 20 Sep 2013 10:56:15 +0200 Subject: [PATCH] checkstyle --- htdocs/core/lib/functions.lib.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 7e7577f9f3d..7b21c9ca20c 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3480,10 +3480,11 @@ function dol_html_entity_decode($a,$b,$c='UTF-8') * Replace htmlentities functions to manage errors * http://php.net/manual/en/function.htmlentities.php * - * @param string $string The input string. - * @param int $flags - * @param string $encoding - * @return bool $double_encode When double_encode is turned off PHP will not encode existing html entities + * @param string $string The input string. + * @param int $flags Flags(see PHP doc above) + * @param string $encoding Encoding + * @param bool $double_encode When double_encode is turned off PHP will not encode existing html entities + * @return string $ret Encoded string */ function dol_htmlentities($string, $flags=null, $encoding='UTF-8', $double_encode=false) {