Force typing (phan) for typing checks

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

View File

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