mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Make JsonSerializable PHP 8.1 compatible
Bug: T299695 Change-Id: If7d21100e7e20d8467685ae7515304cefabe4796
This commit is contained in:
parent
514fd01ae3
commit
e7248ea1ff
|
@ -534,6 +534,7 @@ abstract class EchoEventPresentationModel implements JsonSerializable, MessageLo
|
|||
* @return array
|
||||
* @throws TimestampException
|
||||
*/
|
||||
#[ReturnTypeWillChange]
|
||||
public function jsonSerialize() {
|
||||
$body = $this->getBodyMessage();
|
||||
|
||||
|
|
Loading…
Reference in a new issue