From c925b09946232cc55c1c393e298686c2986d176d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sat, 28 Feb 2015 19:26:41 +0100 Subject: [PATCH] CodeSniffer fix --- htdocs/core/lib/pdf.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php index a753888e8ae..3dfdfa740f4 100644 --- a/htdocs/core/lib/pdf.lib.php +++ b/htdocs/core/lib/pdf.lib.php @@ -290,8 +290,8 @@ function pdf_getHeightForLogo($logo, $url = false) /** * Returns the name of the thirdparty * - * @param Societe|Contact $thirdparty - * @param Translate $outputlangs + * @param Societe|Contact $thirdparty Contact or thirdparty + * @param Translate $outputlangs Output language * @return string */ function pdfBuildThirdpartyName($thirdparty, Translate $outputlangs)