1
0
Fork 0

Correct documentation

pull/136/head
Felix Becker 2016-11-12 14:58:45 +01:00
parent d9adfea422
commit 471b88fc79
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class LanguageServerTest extends TestCase
$textDocumentItem->text = file_get_contents($msg->body->params->textDocument->uri);
$input->write(new Message(new AdvancedJsonRpc\SuccessResponse($msg->body->id, $textDocumentItem)));
} else if ($msg->body->method === 'workspace/xfiles') {
// Glob requested
// Files requested
$filesCalled = true;
$pattern = Path::makeAbsolute('**/*.php', $msg->body->params->base ?? $rootPath);
$files = [];