We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d48bc7c + 3230dc5 commit 1e7f709Copy full SHA for 1e7f709
src/WordPress_Object/Clarkson_Object.php
@@ -626,7 +626,7 @@ public function get_comments( array $args = array() ): array {
626
*
627
* We can't just return $this->_post, because these values will only return raw unfiltered data.
628
*/
629
- public function jsonSerialize() {
+ public function jsonSerialize(): mixed {
630
$data = array();
631
$data['id'] = $this->get_id();
632
$data['link'] = $this->get_permalink();
0 commit comments