]> git.mxchange.org Git - friendica.git/commitdiff
PHP5 does not support native type-hints, except `array` + used dbm::is_result()
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:37:15 +0000 (13:37 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:02 +0000 (22:50 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
src/Protocol/DFRN.php

index 1f56dfd8d1c79c7bd1fdfa5aef9d79663ae8c80e..1206268ed716649c3eefe57b5209c67863cb88cd 100644 (file)
@@ -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)
        {