forked from Wavyzz/dolibarr
Force typing (phan) for typing checks
This commit is contained in:
@@ -100,6 +100,7 @@ if ($action == 'updateMask') {
|
||||
require_once $file;
|
||||
|
||||
$module = new $classname($db);
|
||||
'@phan-var-force ModelePDFCommandes $module';
|
||||
|
||||
if ($module->write_file($commande, $langs) > 0) {
|
||||
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=commande&file=SPECIMEN.pdf");
|
||||
|
||||
Reference in New Issue
Block a user