Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.0] Decouple models from CMSObject #38949

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix text
wilsonge authored Oct 19, 2022

Verified

This commit was signed with the committer’s verified signature.
fwyzard Andrea Bocci
commit 2cf4bf37541f8610831914758a79a18f2f1ea6a7
2 changes: 1 addition & 1 deletion libraries/src/Object/LegacyErrorHandlingTrait.php
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@

/**
* Trait which contains the legacy methods that formerly were inherited from \Joomla\CMS\Object\CMSObject to set and
* get errors from the model. Strategically deprecated in favour of exceptions which implement the interface
* get errors in a class. Strategically deprecated in favour of exceptions which implement the interface
* \Joomla\CMS\MVC\Model\Exception\ModelExceptionInterface
*
* @since __DEPLOY_VERSION__