From 2a72f7fa4ada28dbc3f1955c5915d8dad1286582 Mon Sep 17 00:00:00 2001 From: MDW Date: Sun, 24 Mar 2024 21:36:18 +0100 Subject: [PATCH] Force typing (phan) for typing checks --- htdocs/admin/mrp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/mrp.php b/htdocs/admin/mrp.php index f616df182c4..73470ecd219 100644 --- a/htdocs/admin/mrp.php +++ b/htdocs/admin/mrp.php @@ -91,6 +91,7 @@ if ($action == 'updateMask') { require_once $file; $module = new $classname($db); + '@phan-var-force CommonDocGenerator $module'; if ($module->write_file($mo, $langs) > 0) { header("Location: ".DOL_URL_ROOT."/document.php?modulepart=mrp&file=SPECIMEN.pdf");