From 99d66fa138f342e6472ee6656243ff82f33b4677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Wed, 27 Dec 2023 10:26:28 +0100 Subject: [PATCH] fix wront phpdoc --- includes/activity/class-base-object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/activity/class-base-object.php b/includes/activity/class-base-object.php index 1e256cb..218e785 100644 --- a/includes/activity/class-base-object.php +++ b/includes/activity/class-base-object.php @@ -555,7 +555,7 @@ class Base_Object { /** * Convert JSON input to an array. * - * @return string The JSON string. + * @param string The JSON string. * * @return \Activitypub\Activity\Base_Object An Object built from the JSON string. */