1
0
Fork 0

Make $project private again

pull/52/head
Felix Becker 2016-10-11 21:40:36 +02:00
parent 08a705fe8e
commit 7a5744074b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class TextDocument
/**
* @var Project
*/
public $project;
private $project;
public function __construct(Project $project, LanguageClient $client)
{