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
1b66890b30
commit
f78ad76228
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
/* Copyright (C) 2014-2022 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2018 Ferran Marcet <fmarcet@2byte.es>
|
||||
* 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
|
||||
|
|
@ -86,6 +87,7 @@ if (getDolGlobalString('BARCODE_THIRDPARTY_ADDON_NUM')) {
|
|||
}
|
||||
|
||||
$modBarCodeThirdparty = new $file();
|
||||
'@phan-var-force ModeleNumRefBarCode $module';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -190,6 +192,7 @@ if (getDolGlobalString('BARCODE_PRODUCT_ADDON_NUM')) {
|
|||
}
|
||||
|
||||
$modBarCodeProduct = new $file();
|
||||
'@phan-var-force ModeleNumRefBarCode $module';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user