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=2d744fa18978fa83135197c4b400099c09754b2a;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 93cc8f2ab1..6a64a82958 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) {