diff --git a/src/Server/TextDocument.php b/src/Server/TextDocument.php index 59fac4e..3d14730 100644 --- a/src/Server/TextDocument.php +++ b/src/Server/TextDocument.php @@ -31,7 +31,7 @@ class TextDocument /** * @var Project */ - public $project; + private $project; public function __construct(Project $project, LanguageClient $client) {