mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:10:24 +00:00
Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -53,6 +53,7 @@ class Tos extends BaseModule
|
|||
self::getApp()->internalRedirect('profile/' . Config::get('system','singleuser'));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief generate the content of the /tos page
|
||||
*
|
||||
|
@ -63,7 +64,8 @@ class Tos extends BaseModule
|
|||
* This privacy statement has fixed text, so it can be translated easily.
|
||||
*
|
||||
* @return string
|
||||
**/
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function content() {
|
||||
$tpl = Renderer::getMarkupTemplate('tos.tpl');
|
||||
if (Config::get('system', 'tosdisplay')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue