From 5a490c4bf9a92be2efe1c065aa2ec6221e65e7e2 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 11 Oct 2016 11:22:58 +0200 Subject: [PATCH] Extend documentation --- src/PhpDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhpDocument.php b/src/PhpDocument.php index 470a14b..426329c 100644 --- a/src/PhpDocument.php +++ b/src/PhpDocument.php @@ -73,6 +73,7 @@ class PhpDocument /** * @param string $uri The URI of the document + * @param string $content The content of the document * @param Project $project The Project this document belongs to (to register definitions etc) * @param LanguageClient $client The LanguageClient instance (to report errors etc) * @param Parser $parser The PHPParser instance