forked from Wavyzz/dolibarr
Force typing (phan) for typing checks
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user