From 706a7f05b89bba2771016cfe0a2c18d9c5e286f2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Mar 2016 17:37:27 +0100 Subject: [PATCH] FIX PHPCS --- htdocs/core/lib/functions.lib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 5e3224622b5..3e7a3a40a75 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3507,8 +3507,7 @@ function get_localtax_by_third($local) * Get vat rate and npr from id. * You can call getLocalTaxesFromRate after to get other fields * - * @param string $vatrate VAT Rate. Value can be value or the string with code into parenthesis or rowid if $firstparamisid is 1. Example: '8.5' or '8.5 (8.5NPR)' or 123. - * @param int $usenpr Use npr + * @param int $vatrowid Line ID into vat rate table. * @return array array(localtax_type1(1-6 / 0 if not found), rate of localtax1, ...) */ function getTaxesFromId($vatrowid)