More code style fixes
parent
f1c799159e
commit
a43d2b2a0f
|
@ -62,6 +62,6 @@ class FormattingTest extends TestCase
|
||||||
$textDocument = new Server\TextDocument($project, $client);
|
$textDocument = new Server\TextDocument($project, $client);
|
||||||
|
|
||||||
$result = $textDocument->formatting(new TextDocumentIdentifier('whatever'), new FormattingOptions());
|
$result = $textDocument->formatting(new TextDocumentIdentifier('whatever'), new FormattingOptions());
|
||||||
$this->assertEquals([], json_decode(json_encode($result), true));
|
$this->assertSame([], $result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue