]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Search/ContactResult.php
Merge pull request #12591 from MrPetovan/task/2023-licence
[friendica.git] / src / Object / Search / ContactResult.php
index d165deed90183a0e3d7f402220e142189ef1b298..c2922ea0eddab491c52069a2b06ae2c819080f21 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -110,7 +110,7 @@ class ContactResult implements IResult
        /**
         * @return string
         */
-       public function getUrl()
+       public function getUrl(): string
        {
                return $this->url;
        }