]> git.mxchange.org Git - friendica.git/commitdiff
And some more doc stuff
authorMichael Vogel <icarus@dabo.de>
Sun, 27 Mar 2016 21:38:35 +0000 (23:38 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 27 Mar 2016 21:38:35 +0000 (23:38 +0200)
include/diaspora.php

index d2a90fc983bdbb5b030a6cee1c66cb8f93879e88..3795def479872a21f0592c6610bde3de80328b48 100644 (file)
@@ -737,7 +737,7 @@ class diaspora {
         * @param string $handle The checked handle in the format user@domain.tld
         * @param bool $is_comment Is the check for a comment?
         *
-        * @return bool is posting allowed?
+        * @return array The contact data
         */
        private function allowed_contact_by_handle($importer, $handle, $is_comment = false) {
                $contact = self::contact_by_handle($importer["uid"], $handle);
@@ -931,7 +931,9 @@ class diaspora {
         * @param array $person The record of the person
         * @param int $uid The user id
         *
-        * @return array of contact id and network type
+        * @return array
+        *      'cid' => contact id
+        *      'network' => network type
         */
        private function author_contact_by_url($contact, $person, $uid) {