PHP 7.3 compatibility

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/31394/head
Christopher Ng 2 years ago
parent 83505638e2
commit 81d8ef7287

@ -78,7 +78,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…
Cancel
Save