1
0
Fork 0
php-language-server/src/Protocol/TextDocumentContentResult.php

12 lines
132 B
PHP
Raw Normal View History

2016-11-06 13:47:36 +00:00
<?php
namespace LanguageServer\Protocol;
class TextDocumentContentResult
{
/**
* @var string
*/
public $text;
}