From a7b00efafefeaabc12f0d992de37285c7975eeaf Mon Sep 17 00:00:00 2001 From: MDW Date: Thu, 21 Mar 2024 23:02:51 +0100 Subject: [PATCH] Fix typing with phpdoc --- htdocs/core/modules/facture/doc/pdf_sponge.modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php index 24888f2b052..2823afc2d5d 100644 --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php @@ -1985,8 +1985,8 @@ class pdf_sponge extends ModelePDFFactures * Show table for lines * * @param TCPDF $pdf Object PDF - * @param string $tab_top Top position of table - * @param string $tab_height Height of table (rectangle) + * @param float|int $tab_top Top position of table + * @param float|int $tab_height Height of table (rectangle) * @param int $nexY Y (not used) * @param Translate $outputlangs Langs object * @param int $hidetop 1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title