mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Force typing (phan) for typing checks
This commit is contained in:
parent
31d7c5f0b4
commit
c2b4da27a4
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user