From 7a5744074b4eccb84e009e5ca6a34c6111daf8ee Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 11 Oct 2016 21:40:36 +0200 Subject: [PATCH] Make $project private again --- src/Server/TextDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {