Browse Source

init some var

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
tags/v15.0.0beta1
Maxence Lange 5 years ago
parent
commit
70b8c5672b
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lib/public/FullTextSearch/Model/IndexDocument.php

+ 3
- 3
lib/public/FullTextSearch/Model/IndexDocument.php View File

@@ -57,10 +57,10 @@ class IndexDocument implements JsonSerializable {


/** @var string */
protected $id;
protected $id = '';

/** @var string */
protected $providerId;
protected $providerId = '';

/** @var DocumentAccess */
protected $access;
@@ -111,7 +111,7 @@ class IndexDocument implements JsonSerializable {
protected $info = [];

/** @var int */
protected $contentEncoded;
protected $contentEncoded = 0;


/**

Loading…
Cancel
Save