mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #48045 from nextcloud/fix/add-function-type-for-mimetype-sanitizer
This commit is contained in:
commit
876631435e
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ abstract class Node implements \Sabre\DAV\INode {
|
|||
return $this->node;
|
||||
}
|
||||
|
||||
protected function sanitizeMtime($mtimeFromRequest) {
|
||||
protected function sanitizeMtime(string $mtimeFromRequest): int {
|
||||
return MtimeSanitizer::sanitizeMtime($mtimeFromRequest);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue