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 backportbot[bot]
parent ae53b140dc
commit dff4dcdd35

View file

@ -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 {