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=fe77e1b5384fca3efd11c9280a6e2c1bc5a2d481;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 a9e836499f..31d94e77e2 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) {