Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-25 13:53:41 +00:00
parent 288d8d97cc
commit c3d8df3ab2
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ class pdf_einstein extends ModelePDFCommandes
// Set nblines with the new command lines content after hook
$nblines = count($object->lines);
// Create pdf instance
$pdf = pdf_getInstance($this->format);
$default_font_size = pdf_getPDFFontSize($outputlangs); // Must be after pdf_getInstance

View File

@ -325,7 +325,7 @@ class pdf_eratosthene extends ModelePDFCommandes
// Set nblines with the new command lines content after hook
$nblines = count($object->lines);
// Create pdf instance
$pdf = pdf_getInstance($this->format);
$default_font_size = pdf_getPDFFontSize($outputlangs); // Must be after pdf_getInstance