1
0
Fork 0

Correct docblock return type

pull/136/head
Felix Becker 2016-11-14 10:08:50 +01:00
parent 471b88fc79
commit 981cb75422
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class TextDocument
* to request the current content of a text document identified by the URI * to request the current content of a text document identified by the URI
* *
* @param TextDocumentIdentifier $textDocument The document to get the content for * @param TextDocumentIdentifier $textDocument The document to get the content for
* @return Promise <Content> The document's current content * @return Promise <TextDocumentItem> The document's current content
*/ */
public function xcontent(TextDocumentIdentifier $textDocument): Promise public function xcontent(TextDocumentIdentifier $textDocument): Promise
{ {