mirror of
https://github.com/friendica/friendica
synced 2024-12-22 07:20:16 +00:00
Fix type
This commit is contained in:
parent
cc9ff34e45
commit
228ca0bfac
1 changed files with 3 additions and 3 deletions
|
@ -166,9 +166,9 @@ final class ATProtocol
|
|||
* Perform an XRPC post for a given user
|
||||
* @see https://atproto.com/specs/xrpc#lexicon-http-endpoints
|
||||
*
|
||||
* @param int $uid User ID
|
||||
* @param string $url Endpoints like "com.atproto.repo.createRecord"
|
||||
* @param array|object $parameters array or StdClass with parameters
|
||||
* @param int $uid User ID
|
||||
* @param string $url Endpoints like "com.atproto.repo.createRecord"
|
||||
* @param array|stdClass $parameters array or StdClass with parameters
|
||||
*/
|
||||
public function XRPCPost(int $uid, string $url, $parameters): ?stdClass
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue