fix wront phpdoc

This commit is contained in:
André Menrath 2023-12-27 10:26:28 +01:00
parent 7d853dfec9
commit 99d66fa138

View file

@ -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.
*/