Update pdf_strato.modules.php

This commit is contained in:
Philippe Grand 2020-08-04 15:40:42 +02:00 committed by GitHub
parent 42fcb64700
commit e4faa0228e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,7 +500,7 @@ class pdf_strato extends ModelePDFContract
/** /**
* Show table for lines * Show table for lines
* *
* @param TCPDF &$pdf Object PDF * @param TCPDF $pdf Object PDF
* @param string $tab_top Top position of table * @param string $tab_top Top position of table
* @param string $tab_height Height of table (rectangle) * @param string $tab_height Height of table (rectangle)
* @param int $nexY Y * @param int $nexY Y
@ -550,7 +550,7 @@ class pdf_strato extends ModelePDFContract
/** /**
* Show footer signature of page * Show footer signature of page
* @param TCPDF &$pdf Object PDF * @param TCPDF $pdf Object PDF
* @param int $tab_top tab height position * @param int $tab_top tab height position
* @param int $tab_height tab height * @param int $tab_height tab height
* @param Translate $outputlangs Object language for output * @param Translate $outputlangs Object language for output
@ -579,7 +579,7 @@ class pdf_strato extends ModelePDFContract
/** /**
* Show top header of page. * Show top header of page.
* *
* @param TCPDF &$pdf Object PDF * @param TCPDF $pdf Object PDF
* @param CommonObject $object Object to show * @param CommonObject $object Object to show
* @param int $showaddress 0=no, 1=yes * @param int $showaddress 0=no, 1=yes
* @param Translate $outputlangs Object lang for output * @param Translate $outputlangs Object lang for output