Force typing (phan) for typing checks

This commit is contained in:
MDW 2024-03-24 21:35:45 +01:00
parent eb086eadb8
commit 64d2579733
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
* Copyright (C) 2010-2016 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2013-2018 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -151,6 +152,7 @@ foreach ($dirmodels as $reldir) {
require_once $dir.$filebis;
$module = new $classname($db);
'@phan-var-force ModeleNumRefChequeReceipts $module';
// Show modules according to features level
if ($module->version == 'development' && getDolGlobalInt('MAIN_FEATURES_LEVEL') < 2) {