diff --git a/lib/Command/RecoveryWarningNotificationCommand.php b/lib/Command/RecoveryWarningNotificationCommand.php index 4c78bd171b2dd21e162da6f5b5afd2cc34832fbf..ccc22e5eb7218d31407afa2c1b124d80b814e374 100644 --- a/lib/Command/RecoveryWarningNotificationCommand.php +++ b/lib/Command/RecoveryWarningNotificationCommand.php @@ -171,7 +171,7 @@ class RecoveryWarningNotificationCommand extends Command { /** * Get user object without caching to avoid memory accumulation * Uses getBackends to walk through all backends and get user with caching disabled - * + * * @param string $username The username to retrieve * @return \OCP\IUser|null The user object or null if not found */