Add return in doc comment

This commit is contained in:
marc 2023-01-17 12:50:06 +01:00
parent 8909d7ba9c
commit 698306e8a6
2 changed files with 4 additions and 0 deletions

View File

@ -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()
{

View File

@ -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()
{