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>
Mon, 14 May 2018 20:50:00 +0000 (22:50 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/Protocol/DFRN.php

index 5b748e1..14adecb 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)
        {