From ae705261f1a728d10d5126530120efd725b5b2eb Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 21 Feb 2018 05:21:55 +0000 Subject: [PATCH] Function is only used locally --- src/Protocol/Diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index f5272f7a9..2efde817e 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -910,7 +910,7 @@ class Diaspora * * @return string the handle */ - public static function handleFromContact($contact_id, $pcontact_id = 0) + private static function handleFromContact($contact_id, $pcontact_id = 0) { $handle = false;