diff --git a/lib/Backend/GroupBackend.php b/lib/Backend/GroupBackend.php index 01d2e1c..d7c2114 100644 --- a/lib/Backend/GroupBackend.php +++ b/lib/Backend/GroupBackend.php @@ -3,6 +3,7 @@ * Nextcloud - user_sql * * @copyright 2018 Marcin Łojewski + * @copyright 2022-2025 Claus-Justus Heine * @author Marcin Łojewski * * This program is free software: you can redistribute it and/or modify @@ -444,7 +445,7 @@ final class GroupBackend extends ABackend implements /** * @inheritdoc */ - public function isAdmin(string $uid = null): bool + public function isAdmin(?string $uid = null): bool { $this->logger->debug( "Entering isAdmin($uid)", ["app" => $this->appName]