mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
Remove missleading template phpdoc
This commit is contained in:
parent
4e49c45021
commit
3c229443e8
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ class ContactBlock
|
||||||
/**
|
/**
|
||||||
* Get HTML for contact block
|
* Get HTML for contact block
|
||||||
*
|
*
|
||||||
* @template widget/contacts.tpl
|
|
||||||
* @hook contact_block_end (contacts=>array, output=>string)
|
* @hook contact_block_end (contacts=>array, output=>string)
|
||||||
* @return string Formatted HTML code or empty string
|
* @return string Formatted HTML code or empty string
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -26,7 +26,6 @@ class VCard
|
||||||
/**
|
/**
|
||||||
* Get HTML for vcard block
|
* Get HTML for vcard block
|
||||||
*
|
*
|
||||||
* @template widget/vcard.tpl
|
|
||||||
* @param array $contact
|
* @param array $contact
|
||||||
* @param bool $hide_mention
|
* @param bool $hide_mention
|
||||||
* @param bool $hide_follow
|
* @param bool $hide_follow
|
||||||
|
|
Loading…
Reference in a new issue