1
0
Fork 0

remove not wanted idention

pull/346/head
jens1o 2017-04-09 19:33:26 +02:00
parent 430edf96bd
commit 1530464b22
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class SymbolTest extends ServerTestCase
public function testQueryFiltersResults() public function testQueryFiltersResults()
{ {
// Request symbols // Request symbols
$result = $this->workspace->symbol('testmethod')->wait(); $result = $this->workspace->symbol('testmethod')->wait();
// @codingStandardsIgnoreStart // @codingStandardsIgnoreStart
$this->assertEquals([ $this->assertEquals([
new SymbolInformation('staticTestMethod', SymbolKind::METHOD, $this->getDefinitionLocation('TestNamespace\\TestClass::staticTestMethod()'), 'TestNamespace\\TestClass'), new SymbolInformation('staticTestMethod', SymbolKind::METHOD, $this->getDefinitionLocation('TestNamespace\\TestClass::staticTestMethod()'), 'TestNamespace\\TestClass'),