From 26152b1de62fdcadd71fca53a9e175011c467545 Mon Sep 17 00:00:00 2001 From: Sara Itani Date: Thu, 13 Apr 2017 09:13:03 -0700 Subject: [PATCH] Temporary change to expose index to validation tests --- src/Server/TextDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/TextDocument.php b/src/Server/TextDocument.php index 632c2e3..56af13f 100644 --- a/src/Server/TextDocument.php +++ b/src/Server/TextDocument.php @@ -65,7 +65,7 @@ class TextDocument /** * @var ReadableIndex */ - protected $index; + public $index; /** * @var \stdClass|null