- reformatted some array
- added missing documentation
- added type-hints
- changed double-quotes to single
This commit is contained in:
Roland Häder
2022-06-23 11:39:45 +02:00
parent c6c936a80f
commit b8353a6eb7
10 changed files with 106 additions and 84 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Group
* @return array
* @throws \Exception
*/
public static function getById(int $gid)
public static function getById(int $gid): array
{
$return = [];