Make $project private again
parent
08a705fe8e
commit
7a5744074b
|
@ -31,7 +31,7 @@ class TextDocument
|
|||
/**
|
||||
* @var Project
|
||||
*/
|
||||
public $project;
|
||||
private $project;
|
||||
|
||||
public function __construct(Project $project, LanguageClient $client)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue