Add return in doc comment
This commit is contained in:
parent
8909d7ba9c
commit
698306e8a6
@ -1594,6 +1594,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
||||
|
||||
/**
|
||||
* Show social network part if the module is enabled with hiding functionality
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function showSocialNetwork()
|
||||
{
|
||||
|
||||
@ -3301,6 +3301,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
||||
|
||||
/**
|
||||
* Show social network part if the module is enabled with hiding functionality
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function showSocialNetwork()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user