Skip to content

Commit

Permalink
re-add mixed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 14, 2025
1 parent cfeb51b commit 1de0546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Markup.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public function count()
return mb_strlen($this->content, $this->charset);
}

/**
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down

0 comments on commit 1de0546

Please sign in to comment.