29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 09:35:35 +00:00

CMSObject should extend stdClass (#43020)

This commit is contained in:
Allon Moritz 2024-03-20 11:25:38 +01:00 committed by GitHub
parent 1aed565bc2
commit 3db2bf32bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,7 @@ namespace Joomla\CMS\Object;
* Use \stdClass or \Joomla\Registry\Registry instead. * Use \stdClass or \Joomla\Registry\Registry instead.
* Example: new \Joomla\Registry\Registry(); * Example: new \Joomla\Registry\Registry();
*/ */
#[\AllowDynamicProperties] class CMSObject extends \stdClass
class CMSObject
{ {
use LegacyErrorHandlingTrait; use LegacyErrorHandlingTrait;
use LegacyPropertyManagementTrait; use LegacyPropertyManagementTrait;