Force typing (phan) for typing checks

This commit is contained in:
MDW 2024-03-24 21:36:16 +01:00
parent 31d7c5f0b4
commit c2b4da27a4
No known key found for this signature in database

View File

@ -123,6 +123,7 @@ if ($action == 'updateMask') {
require_once $file;
$module = new $className($db);
'@phan-var-force CommonDocGenerator $module';
if ($module->write_file($tmpobject, $langs) > 0) {
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=".strtolower($tmpobjectkey)."&file=SPECIMEN.pdf");