Fix whitespace errors
parent
7138088b4f
commit
72d776d638
|
@ -24,7 +24,7 @@ class TextDocumentTest extends TestCase
|
||||||
// Request symbols
|
// Request symbols
|
||||||
$result = $textDocument->documentSymbol(new TextDocumentIdentifier('whatever'));
|
$result = $textDocument->documentSymbol(new TextDocumentIdentifier('whatever'));
|
||||||
$this->assertEquals([
|
$this->assertEquals([
|
||||||
[
|
[
|
||||||
'name' => 'TestNamespace',
|
'name' => 'TestNamespace',
|
||||||
'kind' => SymbolKind::NAMESPACE,
|
'kind' => SymbolKind::NAMESPACE,
|
||||||
'location' => [
|
'location' => [
|
||||||
|
|
Loading…
Reference in New Issue