From 4dbfe621039c5061c014028349f9f672e31c9df2 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 7 May 2018 16:23:18 -0100 Subject: cleaning Signed-off-by: Maxence Lange --- lib/Model/Index.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/Model') diff --git a/lib/Model/Index.php b/lib/Model/Index.php index fb3c91a..a390e6a 100644 --- a/lib/Model/Index.php +++ b/lib/Model/Index.php @@ -268,4 +268,16 @@ class Index implements \JsonSerializable { ]; } + + public function __destruct() { + unset($this->providerId); + unset($this->documentId); + unset($this->ownerId); + unset($this->status); + unset($this->options); + unset($this->err); + unset($this->message); + unset($this->lastIndex); + } + } \ No newline at end of file -- cgit v1.2.3