From: Roland Haeder Date: Sat, 25 Mar 2017 12:37:15 +0000 (+0100) Subject: PHP5 does not support native type-hints, except `array` + used dbm::is_result() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce07c201309d64bbb4eef7a8bc0bb590addccb10;p=friendica.git PHP5 does not support native type-hints, except `array` + used dbm::is_result() Signed-off-by: Roland Haeder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1f56dfd8d1..1206268ed7 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -96,7 +96,6 @@ 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) {