9 lines
73 B
PHP
9 lines
73 B
PHP
|
<?php
|
||
|
|
||
|
namespace LanguageServer\Protocol;
|
||
|
|
||
|
class ClientCapabilities
|
||
|
{
|
||
|
|
||
|
}
|