The functions assigns value to `$obj` on line 976, but doesn't assign value to `$object`, that is then assigned to `$objectoffield` in line 75 of `extrafields_list_print_fields.tpl.php`. Also `$objectoffield` is the recommended value to use for computed extrafields, according to the docs.
But assigning `$object` is not enough, because `$objectoffield` at this moment is not grabbed from the global scope, so the value stays local and `dol_eval()` doesn't find it. So it also needs to grab the variable from the global scope to affect it correctly.
The changed function, `projectLinesa()` is called only twice in the project: by itself recursively to go through all subtasks, and on the page where I detected the bug initially, `tasks.php`, so the impact should be minimal.
* Qual: Fix PhanMismatchType
* Finalize rename of $attrV into $value
* Correct getGlobalString into getGlobalInt
* Do not require some fields in the 'title' definition of $cols
* Qual: Fix phan notices (core/lib)
* Qual: Fix Array of tabs typing hints
# Qual: Fix Array of tabs typing hints
Fixed same typing hints accross several files
* Qual: Fix pdf.lib.php, project.lib.php and related files
# Qual: Fix pdf.lib.php, project.lib.php and related files
Fix most phan notices for pdf.lib.php and project.lib.php.
And fixed some items in other files in the process
* Qual: Fix notifications commande/card advtarget.tpl fichinter/card societe/card supplier_proposal/card
* Qual: Fix notices for FormSms, RssParser, ExpenseReportIk and related
# Qual: Fix notices for FormSms, RssParser, ExpenseReportIk and related
Fix notices in the files for the classes above and other files to accomodate
these changes/fixes
* Implementing Billable task function on projects using new attribute in #30014
* added billable to Task->initAsSpecimen()
* default billable to 1 in initAsSpecimen
* set billable to 1 in ProjectTest::testTaskCreate
* Moving attribut usage in usage_bill_time condition of project
* PPDoc
* fusion
* pre-commit + typo
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
# Fix return type by cast or typing update
Fix most PhanTypeMismatchReturn notifications.
The remaining ones are likely real bugs or need more Dolibarr
knowledge to fix them efficiently
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.
* Fix: Replace deprecated modulename with new in isModEnabled
# Fix: Replace deprecated modulename with new in isModEnabled
Replacement of old module names performed with dedicated detection
and fixer in phan.