3 lines
83 B
PHP
3 lines
83 B
PHP
|
<?php
|
||
|
declare(strict_types = 1)
|
||
|
namespace LanguageServer\Tests\Server\TextDocument;
|