$index can be private again
parent
f144ca7c26
commit
d56d1b7fe7
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue