chore(FileInfo): fixup code typo

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-05-18 08:40:31 -04:00 committed by GitHub
parent 92a28290a3
commit fff2a542ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -382,7 +382,7 @@ class FileInfo implements \OCP\Files\FileInfo, \ArrayAccess {
*/
#[\Override]
public function getChecksum() {
return return $this->data['checksum'] ?? '';
return $this->data['checksum'] ?? '';
}
#[\Override]