mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore(FileInfo): fixup code typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
ae53b140dc
commit
dff4dcdd35
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue