Ver código fonte

fix: Fix incorrect phpdoc typing in dav app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44533/head
Côme Chilliet 1 mês atrás
pai
commit
d2de3e9981
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      apps/dav/lib/Connector/Sabre/File.php

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

@@ -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

Carregando…
Cancelar
Salvar