* CLOSE#33506 add a constant holding the ratio to resize images in ODT templates
A new Dolibarr constant MAIN_DOC_ODT_IMAGE_RATIO
is taken in consideration for ODT templates.
This constant holds a number that is multiplied when computing the size of images in ODT templates.
All doc_generic_*_odt_modules.php files have been updated to call the setImage Method with a new parameter $ratio
The method setImage in the file odt.php has been modified to have a new parameter $ratio and use it to compute the image size
* FIX#33506 wrong branch
some other files needed to be changed in the develop branch
* FIX#33506 PR errors fixed
* FIX#33506 codesniffer errors fixed
* QUAL #33506 completed method comment
* Qual: Nullable mysoc hint
# Qual: Nullable mysoc hint
$mysoc can be nullable resulting in issues (#31387) so
it is best to detect these cases with static analysis
* Prevent null assignment
* Fix phpdoc for phpstan
* Add abstract write_file to ModelePDFContract
And update phpdoc for derived classes
* Fix typing for php_standard_actions writefile
* Improve phpdoc for write_files (& related)
* Add abstract write_file to ModelePDFBom
* Add abstract write_file to ModelePDFDeliveryOrder
* Add abstract write_file to ModeleExpenseReport
* Add abstract write_file to ModelePDFFicheinter
* Add abstract write_file to ModelePDFEvaluation
* Add abstract write_file to ModelePDFFactures
* Add abstract write_file to ModelePDFSuppliersInvoices
* Update ModelePDFProjects and ModelePDFTask related classes
* Qual: Add abstract write_file to ModelePdfExpedition
And update phpdoc for derived classes
* Qual: Correct reference (doc) to ModelePDFEvaluation
* Qual: Add abstract write_file to ModelePDFKnowledgeRecord
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFMo & ModelePDFMouvement
And update phpdoc for derived classes
* Qual: Set typehint to ModelePDFFicheinter
* Qual: Add abstract write_file to ModelePDFCommandes
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFPropales
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePdfReception
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersOrders
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersOrders
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSuppliersPayments
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFSupplierProposal
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFWorkstation
And update phpdoc for derived classes
* Set typing for doc generator (commonobject)
* Improve typing for write_file
* Set typing for doc generator
* Qual: Add abstract write_file to ModelePDFMember
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFProduct
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFProductBatch
And update phpdoc for derived classes
* Qual: Add abstract write_file to ModelePDFRecruitmentJobPosition
And update phpdoc for derived classes
* Add abstract write_file to ModelePDFTicket
* Add abstract write_file to ModelePDFUser
* Add abstract write_file to ModelePDFUserGroup
* Add abstract write_file to ModeleThirdPartyDoc
* Add abstract write_file to ModelePDFAsset
* Find all incompatible classes
* Qual: update phan baseline
* Set typing for doc generator (commonobject)
* Qual: update phan baseline
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* fix an old error
* fix OdfException is never thrown in the try block
* fix OdfException is never thrown in the try block
* fix Undefined array key "name"
* fix missing translation
* fix missing translation
* fix Undefined variable $lineid
* fix warnings
* fix upload dir
* fix phpcs
* 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.
* Fix: PhanParamSignatureMismatch
# Fix: PhanParamSignatureMismatch
PhanDoc was updated to require specific types which changes the method signature
versus the parent.
This results in a signature mismatch.
Updated to maintain the method signature but dynamically check that
the object type is correct.
* Update pre-commit for php-cs