[ticket/382] Fix inheritdoc and functions_upload docblock
B3P-382
This commit is contained in:
@@ -42,7 +42,7 @@ class clock extends module_base
|
||||
public $language = 'portal_clock_module';
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_template_side($module_id)
|
||||
{
|
||||
@@ -50,7 +50,7 @@ class clock extends module_base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_template_acp($module_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user