Changed documentation

This commit is contained in:
Michael 2019-09-21 13:19:00 +00:00
parent b24ef7247d
commit a2105c5dfe
1 changed files with 2 additions and 2 deletions

View File

@ -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 * @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) public static function isLocal($url)
{ {