From 698306e8a6334e043de03752d11c45a957124b4b Mon Sep 17 00:00:00 2001 From: marc Date: Tue, 17 Jan 2023 12:50:06 +0100 Subject: [PATCH] Add return in doc comment --- htdocs/contact/card.php | 2 ++ htdocs/societe/card.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index dffd0fa9021..56d2d539e90 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -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() { diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index 869e5dcf262..b8971033b2e 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -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() {