From a2105c5dfec5cbc08a2cd76b122b57f5202059c1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Sep 2019 13:19:00 +0000 Subject: [PATCH] Changed documentation --- src/Model/Contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 2e8cb3d57..798c9cd20 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -294,11 +294,11 @@ class Contact extends BaseObject } /** - * Check if the given contact url is on the same machine + * Check if the given contact url is on the same server * * @param string $url The contact link * - * @return boolean Is it the same machine? + * @return boolean Is it the same server? */ public static function isLocal($url) {