From e31fa59fd4276ade9ee003d41008fa4ef71754ca Mon Sep 17 00:00:00 2001 From: MDW Date: Thu, 21 Mar 2024 23:03:27 +0100 Subject: [PATCH] Fix typing with phpdoc --- .../modules/stocktransfer/doc/pdf_eagle_proforma.modules.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php index 4f12b778d63..6ec5b466299 100644 --- a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php +++ b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php @@ -9,6 +9,7 @@ * Copyright (C) 2017 Ferran Marcet * Copyright (C) 2018-2019 Frédéric France * Copyright (C) 2021 Gauthier VERDOL + * Copyright (C) 2024 MDW * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1100,8 +1101,8 @@ class pdf_eagle_proforma extends ModelePDFCommandes * 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