This commit is contained in:
John BOTELLA 2024-10-09 09:57:37 +02:00
parent ebc518271b
commit 35ffdda5e4

View File

@ -1118,7 +1118,7 @@ abstract class CommonDocGenerator
* Used for reset afterColsLinePositions var in start of a new pdf draw line loop
* @param float $y the new $y position usually get by TCPDF::GetY()
* @param int $pageNumb the page number to reset at
* @return null
* @return void
*/
public function resetAfterColsLinePositionsData(float $y, int $pageNumb)
{