]> 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>
Wed, 20 Jun 2018 20:02:17 +0000 (22:02 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
src/Protocol/DFRN.php

index 93cc8f2ab159274756ae45aac8d886017638e706..6a64a82958756f7526f3532e5ef25131a9198c07 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)
        {