Update pdf_standard.class.php

This commit is contained in:
Philippe Grand 2020-08-04 15:59:23 +02:00 committed by GitHub
parent 6937efa3ba
commit e8f92fe5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class pdf_standard extends CommonStickerGenerator
/**
* Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
*
* @param TCPDF &$pdf PDF reference
* @param TCPDF $pdf PDF reference
* @param Translate $outputlangs Output langs
* @param array $param Associative array containing label content and optional parameters
* @return void
@ -53,7 +53,7 @@ class pdf_standard extends CommonStickerGenerator
* - __LOGO__ is replace with company logo
* - __PHOTO__ is replace with photo provided as parameter
*
* @param TCPDF &$pdf PDF
* @param TCPDF $pdf PDF
* @param string $textleft Text left
* @param string $header Header
* @param string $footer Footer