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)