From dff4dcdd35012247b450a02c335cb669e786e5e2 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 18 May 2026 08:40:31 -0400 Subject: [PATCH] chore(FileInfo): fixup code typo Signed-off-by: Josh --- lib/private/Files/FileInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 10c145407be..f049a146853 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -368,7 +368,7 @@ class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess { * @inheritdoc */ public function getChecksum() { - return return $this->data['checksum'] ?? ''; + return $this->data['checksum'] ?? ''; } public function getExtension(): string {