$index can be private again
parent
f144ca7c26
commit
d56d1b7fe7
|
@ -18,7 +18,7 @@ class DefinitionResolver
|
|||
*
|
||||
* @var \LanguageServer\Index\ReadableIndex
|
||||
*/
|
||||
protected $index;
|
||||
private $index;
|
||||
|
||||
/**
|
||||
* Resolves strings to a type object.
|
||||
|
|
Loading…
Reference in New Issue