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
eb086eadb8
commit
64d2579733
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user