Force typing (phan) for typing checks

This commit is contained in:
MDW 2024-03-24 21:36:39 +01:00
parent e7b67c0aea
commit db80e4501b
No known key found for this signature in database

View File

@ -116,6 +116,7 @@ if ($action == 'specimen') { // For invoices
require_once $file;
$module = new $classname($db, $facture);
'@phan-var-force CommonDocGenerator $module';
if ($module->write_file($facture, $langs) > 0) {
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=facture_fournisseur&file=SPECIMEN.pdf");