wiki.techinc.nl/tests/phpunit/includes/Message
Bartosz Dziewoński f18362ccce Deprecate Message::objectParams() and related code
This functionality was introduced in 2021 (commit 349819dc5a)
to support the addition of UserGroupMembershipParam, which was
never used, and no other use case appeared.

Its existence is now preventing us from allowing serializing
of MessageValue objects as JSON (since the parameters can't be
guaranteed to be serializable).

Deprecate:
* method: MessageValue::objectParams()
* method: Message::objectParams()
* method: Message::objectParam()
* class: UserGroupMembershipParam
* constant: ParamType::OBJECT
* Passing Stringable objects to ScalarParam

Change-Id: I492edabb7ea1d75774b45eb9fd18261b39963f9f
2024-05-28 22:03:46 +00:00
..
MessageFormatterFactoryTest.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
TextFormatterTest.php Deprecate Message::objectParams() and related code 2024-05-28 22:03:46 +00:00