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

14 lines
196 B
PHP

<?php
namespace LanguageServer\Protocol;
class ReferenceContext
{
/**
* Include the declaration of the current symbol.
*
* @var bool
*/
public $includeDeclaration;
}