Browse Source

fix: Fix incorrect phpdoc typing in dav app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44533/head
Côme Chilliet 3 weeks ago
parent
commit
d2de3e9981
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/Connector/Sabre/File.php

+ 1
- 1
apps/dav/lib/Connector/Sabre/File.php View File

@@ -125,7 +125,7 @@ class File extends Node implements IFile {
* different object on a subsequent GET you are strongly recommended to not
* return an ETag, and just return null.
*
* @param resource $data
* @param resource|string $data
*
* @throws Forbidden
* @throws UnsupportedMediaType

Loading…
Cancel
Save