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
f73f2664e5
commit
5bde94de4f
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user