From 4b58129b1444c1827a190dedbb04a6ac453df915 Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Tue, 9 Dec 2025 15:22:19 +0530 Subject: [PATCH] lint issue --- lib/Command/RecoveryWarningNotificationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/RecoveryWarningNotificationCommand.php b/lib/Command/RecoveryWarningNotificationCommand.php index 4c78bd1..ccc22e5 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 */ -- GitLab