Function renamed, documentation added

This commit is contained in:
Michael 2021-07-30 10:24:08 +00:00
parent aac965be7d
commit 93263a820d
4 changed files with 9 additions and 5 deletions

View file

@ -55,7 +55,8 @@ class ScheduledStatus extends BaseDataTransferObject
/**
* Creates a status record from a delayed-post record.
*
* @param array $delayed_post
* @param array $delayed_post Record with the delayed post
* @param array $parameters Parameters for the workerqueue entry for the delayed post
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
public function __construct(array $delayed_post, array $parameters)