[ticket/382] Fix inheritdoc and functions_upload docblock

B3P-382
This commit is contained in:
Marc Alexander
2014-10-31 07:08:57 +01:00
parent e39eefded5
commit aa6e53812b
29 changed files with 108 additions and 108 deletions

View File

@@ -102,7 +102,7 @@ class links extends module_base
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function get_template_side($module_id)
{
@@ -144,7 +144,7 @@ class links extends module_base
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function get_template_acp($module_id)
{
@@ -160,7 +160,7 @@ class links extends module_base
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function install($module_id)
{
@@ -205,7 +205,7 @@ class links extends module_base
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function uninstall($module_id, $db)
{