Change comment to fixe a lot of undefined method

This commit is contained in:
Philippe GRAND 2020-08-03 09:44:44 +02:00
parent 2c4d8bceb6
commit ed6d83687c
2 changed files with 6 additions and 6 deletions

View File

@ -516,7 +516,7 @@ class pdf_baleine extends ModelePDFProjects
/** /**
* Show table for lines * 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_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
@ -567,7 +567,7 @@ class pdf_baleine extends ModelePDFProjects
/** /**
* Show top header of page. * Show top header of page.
* *
* @param PDF $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Project $object Object to show * @param Project $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
@ -658,7 +658,7 @@ class pdf_baleine extends ModelePDFProjects
/** /**
* Show footer of page. Need this->emetteur object * Show footer of page. Need this->emetteur object
* *
* @param PDF $pdf PDF * @param TCPDF &$pdf PDF
* @param Project $object Object to show * @param Project $object Object to show
* @param Translate $outputlangs Object lang for output * @param Translate $outputlangs Object lang for output
* @param int $hidefreetext 1=Hide free text * @param int $hidefreetext 1=Hide free text

View File

@ -691,7 +691,7 @@ class pdf_beluga extends ModelePDFProjects
/** /**
* Show table for lines * 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_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
@ -742,7 +742,7 @@ class pdf_beluga extends ModelePDFProjects
/** /**
* Show top header of page. * Show top header of page.
* *
* @param PDF $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Project $object Object to show * @param Project $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
@ -809,7 +809,7 @@ class pdf_beluga extends ModelePDFProjects
/** /**
* Show footer of page. Need this->emetteur object * Show footer of page. Need this->emetteur object
* *
* @param PDF $pdf PDF * @param TCPDF &$pdf PDF
* @param Project $object Object to show * @param Project $object Object to show
* @param Translate $outputlangs Object lang for output * @param Translate $outputlangs Object lang for output
* @param int $hidefreetext 1=Hide free text * @param int $hidefreetext 1=Hide free text