Add \ReturnTypeWillChange attribute to methods inherited from native interfaces

- Part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513
This commit is contained in:
Hypolite Petovan 2022-11-23 13:36:49 -05:00
parent 01558d6dda
commit 6b555f64da
3 changed files with 11 additions and 6 deletions

View file

@ -200,6 +200,7 @@ class Email implements IEmail
/**
* @inheritDoc
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->toArray();