1
0
Fork 0

$index can be private again

pull/357/head
Rob Lourens 2017-06-02 17:10:33 -07:00
parent f144ca7c26
commit d56d1b7fe7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class DefinitionResolver
* *
* @var \LanguageServer\Index\ReadableIndex * @var \LanguageServer\Index\ReadableIndex
*/ */
protected $index; private $index;
/** /**
* Resolves strings to a type object. * Resolves strings to a type object.