From 57110aa0b9af6cc04dd8d90318ad23b08f8e07f3 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 31 May 2026 13:13:53 -0400 Subject: [PATCH] chore(IRequest): lint/cs fixup Signed-off-by: Josh --- lib/public/IRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php index aa9b6ed6427..2510c48834d 100644 --- a/lib/public/IRequest.php +++ b/lib/public/IRequest.php @@ -12,7 +12,7 @@ namespace OCP; /** * Immutable request wrapper with accessors for request variables and other * request-related data. - * + * * Request data should be retrieved through this interface whenever possible. * * Parameters can be accessed through dedicated methods or via magic property