From 981cb75422331b2d21262a1ebca3174276b65a55 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Mon, 14 Nov 2016 10:08:50 +0100 Subject: [PATCH] Correct docblock return type --- src/Client/TextDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/TextDocument.php b/src/Client/TextDocument.php index 4f35656..176c4fd 100644 --- a/src/Client/TextDocument.php +++ b/src/Client/TextDocument.php @@ -49,7 +49,7 @@ class TextDocument * to request the current content of a text document identified by the URI * * @param TextDocumentIdentifier $textDocument The document to get the content for - * @return Promise The document's current content + * @return Promise The document's current content */ public function xcontent(TextDocumentIdentifier $textDocument): Promise {