Fix (qodana) Incompatible return type

This commit is contained in:
FLIO
2023-02-14 14:09:56 +01:00
parent b136004eaf
commit 156922fc51
23 changed files with 23 additions and 23 deletions

View File

@@ -884,7 +884,7 @@ class pdf_standard_myobject extends ModelePDFMyObject
* @param int $showaddress 0=no, 1=yes
* @param Translate $outputlangs Object lang for output
* @param Translate $outputlangsbis Object lang for output bis
* @return void
* @return float|int
*/
protected function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $outputlangsbis = null)
{