Force typing (phan) for typing checks

This commit is contained in:
MDW
2024-03-24 21:36:30 +01:00
parent c564d434f5
commit 43a07645c3

View File

@@ -207,6 +207,7 @@ if (is_resource($handle)) {
require_once $dir.'/'.$file;
$obj = new $classname($db, $conf, $langs, $user);
'@phan-var-force ModeleGenPassword $obj';
$arrayhandler[$obj->id] = $obj;
$i++;
}