Skip to content

Commit b1dc930

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
chore(FileInfo): fixup code typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 89526bf commit b1dc930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/FileInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public function addSubEntry($data, $entryPath) {
382382
*/
383383
#[\Override]
384384
public function getChecksum() {
385-
return return $this->data['checksum'] ?? '';
385+
return $this->data['checksum'] ?? '';
386386
}
387387

388388
#[\Override]

0 commit comments

Comments
 (0)