From 0a7420d0a4bfdf5c2f3c53d9fecc515ba43991c8 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 10 Mar 2026 21:40:44 -0400 Subject: [PATCH] chore(View): fixup for php-cs Signed-off-by: Josh --- lib/private/Files/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 5917eb53cb0..94abe8caa4c 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -97,7 +97,7 @@ class View { /** * Returns an absolute path in Nextcloud's virtual filesystem for this view. - * + * * The returned path is scoped by this view's fake root. * * @psalm-template S as string|null