mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
PHP 7.3 compatibility
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
9ecf182704
commit
6ad06d27bb
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ use Sabre\DAV\IFile;
|
|||
class File extends Node implements IFile {
|
||||
protected $request;
|
||||
|
||||
protected IL10N $l10n;
|
||||
/** @var IL10N */
|
||||
protected $l10n;
|
||||
|
||||
/**
|
||||
* Sets up the node, expects a full path name
|
||||
|
|
|
|||
Loading…
Reference in a new issue