User tests: Successful: Unsuccessful:
This converts all calls to getError() in controllers to instead use exceptions.
Codereview
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_banners com_config com_contact com_content com_contenthistory com_finder com_installer com_languages com_menus com_messages com_redirect com_templates com_users com_workflow |
No, those are the helpers to allow for transitioning from LegacyErrorHandlingTrait to Exceptions and they will only be removed in 8.0. They are mandatory to convert to exceptions now.
No, those are the helpers to allow for transitioning from LegacyErrorHandlingTrait to Exceptions and they will only be removed in 8.0. They are mandatory to convert to exceptions now.
Then you should adapt the phpstan baseline file in this PR because as you can see, phpstan fails for this PR.
@Hackwar Phpstan complains about the „setUseException“ calls. Don’t we want to remove them in 7.0?