projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506657e
)
PHP5 does not support native type-hints, except `array` + used dbm::is_result()
author
Roland Haeder
<roland@mxchange.org>
Sat, 25 Mar 2017 12:37:15 +0000
(13:37 +0100)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/src/Protocol/DFRN.php
b/src/Protocol/DFRN.php
index 93cc8f2ab159274756ae45aac8d886017638e706..6a64a82958756f7526f3532e5ef25131a9198c07 100644
(file)
--- 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)
{