mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 02:31:33 -04:00
chore(FileInfo): fixup code typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
92a28290a3
commit
fff2a542ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue