[7.0] Removes some inline deprecations about invalid arguments in extensions#47945
Open
laoneo wants to merge 13 commits into
Open
[7.0] Removes some inline deprecations about invalid arguments in extensions#47945laoneo wants to merge 13 commits into
laoneo wants to merge 13 commits into
Conversation
QuyTon
reviewed
Jun 12, 2026
QuyTon
reviewed
Jun 12, 2026
Contributor
|
All looks good to me now, made some quick tests as well. However, we currently have error with DebugIndexer. The error details is: But it is not related to this PR. Maybe we have this problem at earlier version like 6.1, but no-one noticed. |
Member
Author
|
It is noticed #47916. |
Contributor
Ah, OK, thanks for the info |
joomdonation
approved these changes
Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Removes some inline deprecations for arguments which are passed in core correctly. When extension are using these classes outside the MVC context without booing the component first, then it might use adaptions, therefor this pr is done against 7.0.
Testing Instructions
Actual result BEFORE applying this Pull Request
All is working.
Expected result AFTER applying this Pull Request
All is working.
Link to documentations
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org: Removes some inline deprecations about invalid arguments in extensions Manual#668
No documentation changes for manual.joomla.org needed