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=4d5c61395e5d0f3304b999d86515ccd6808b1ebb;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 3921d31cbb..54bf76870b 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) {