Force typing (phan) for typing checks

This commit is contained in:
MDW 2024-03-24 21:36:04 +01:00
parent f73f2664e5
commit 5bde94de4f
No known key found for this signature in database

View File

@ -96,6 +96,7 @@ if ($action == 'updateMask') {
require_once $file;
$module = new $classname($db);
'@phan-var-force ModelePDFFicheinter $module';
if ($module->write_file($inter, $langs) > 0) {
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=ficheinter&file=SPECIMEN.pdf");