Skip to content

Commit

Permalink
Merge pull request #48045 from nextcloud/fix/add-function-type-for-mi…
Browse files Browse the repository at this point in the history
…metype-sanitizer
  • Loading branch information
provokateurin authored Sep 15, 2024
2 parents 4281ce6 + 160866c commit 8766314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Connector/Sabre/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public function getNode(): \OCP\Files\Node {
return $this->node;
}

protected function sanitizeMtime($mtimeFromRequest) {
protected function sanitizeMtime(string $mtimeFromRequest): int {
return MtimeSanitizer::sanitizeMtime($mtimeFromRequest);
}
}

0 comments on commit 8766314

Please sign in to comment.