User tests: Successful: 0 Unsuccessful: 0
dirname(__FILE__)
with __DIR__
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations com_categories com_config com_content com_fields com_finder com_installer com_joomlaupdate com_menus com_modules com_redirect com_tags |
Labels |
Added:
PR-5.3-dev
|
Category | Administration com_associations com_categories com_config com_content com_fields com_finder com_installer com_joomlaupdate com_menus com_modules com_redirect com_tags | ⇒ | Administration com_associations com_banners com_categories com_config com_contact com_content com_cpanel com_fields com_finder com_installer |
Did you do that manually or by a code analyzer tool like rector PHP?
I did that mostly using PhpStorm.
Thanks for your hard work on this PR. But I think make changes to many files like this in a single PR will make it hard for us to review the change to make sure it is correct
If it is possible, I would suggest you to split the PR into smaller PRs, each PR for a single rule like Remove unnecessary type casts in one PR, Simplify boolean expressions in another PR and so on. For Use str_*() functions, if you have experience with rector, I would suggest you to use that tool to do the change instead of doing it manually by hand.
Did you do that manually or by a code analyzer tool like rector PHP?