]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact/Group.php
Merge pull request #11677 from Quix0r/rewrites/type-hints-doc-001
[friendica.git] / src / Model / Contact / Group.php
index d9ab8c607bf234591b39548ea5c023ea7fcf9e73..0f0b4965cdf96ac3511be81c3afdbb77b96ee9f4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -36,7 +36,7 @@ class Group
         * @return array
         * @throws \Exception
         */
-       public static function getById(int $gid)
+       public static function getById(int $gid): array
        {
                $return = [];