]> git.mxchange.org Git - friendica.git/commitdiff
Fix type
authorArt4 <art4@wlabs.de>
Mon, 16 Dec 2024 22:36:15 +0000 (22:36 +0000)
committerArt4 <art4@wlabs.de>
Mon, 16 Dec 2024 22:36:15 +0000 (22:36 +0000)
src/Protocol/ATProtocol.php

index 984bd07f647b058d04e657f2955329c88f734011..92fcf2c044f00629e711fdfec8c61747209e7197 100644 (file)
@@ -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
        {