From: Roland Häder Date: Wed, 25 Jan 2017 14:59:27 +0000 (+0100) Subject: added more curly braces + a bit more usage of dbm::is_result() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5c4b0203a326b3ecaf2183c897423b6b3bdcac5;p=friendica.git added more curly braces + a bit more usage of dbm::is_result() Signed-off-by: Roland Häder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 5b748e10dc..14adecbb23 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -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) {