<?php
namespace LanguageServer\Protocol;
class TextDocumentContentResult
{
/**
* The content of the text document
*
* @var string
*/
public $text;
}