]> git.mxchange.org Git - friendica.git/commitdiff
added more curly braces + a bit more usage of dbm::is_result()
authorRoland Häder <roland@mxchange.org>
Wed, 25 Jan 2017 14:59:27 +0000 (15:59 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Jun 2018 20:02:16 +0000 (22:02 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/Protocol/DFRN.php

index a9e836499feaae3050118caac54a15131d77a162..31d94e77e2d537640259ad3fbbad5bc29e2cc30d 100644 (file)
@@ -96,6 +96,7 @@ class DFRN
         * @param boolean $onlyheader  Output only the header without content? (Default is "no")
         *
         * @return string DFRN feed entries
+        * @todo Find proper type-hints
         */
        public static function feed($dfrn_id, $owner_nick, $last_update, $direction = 0, $onlyheader = false)
        {