From 3e92582c1e2f9f05b4b7f719b887ba7e3ab921d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Oct 2018 11:14:44 +0200 Subject: [PATCH] Fix phpcs --- .../modules/commande/doc/pdf_eratosthene.modules.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php index 4b11c61b078..ee465ae2b6f 100644 --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -726,7 +726,6 @@ class pdf_eratosthene extends ModelePDFCommandes private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs) { // phpcs:enable - } @@ -1181,7 +1180,7 @@ class pdf_eratosthene extends ModelePDFCommandes /** * Show table for lines * - * @param PDF $pdf Object PDF + * @param TCPDF $pdf Object PDF * @param string $tab_top Top position of table * @param string $tab_height Height of table (rectangle) * @param int $nexY Y (not used) @@ -1483,10 +1482,10 @@ class pdf_eratosthene extends ModelePDFCommandes * Define Array Column Field * * @param object $object common object - * @param outputlangs $outputlangs langs - * @param int $hidedetails Do not show line details - * @param int $hidedesc Do not show desc - * @param int $hideref Do not show ref + * @param Translate $outputlangs langs + * @param int $hidedetails Do not show line details + * @param int $hidedesc Do not show desc + * @param int $hideref Do not show ref * @return null */ public function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)