From 1530464b22b64ce52d9d23b45083f26adcd0e8f1 Mon Sep 17 00:00:00 2001 From: jens1o Date: Sun, 9 Apr 2017 19:33:26 +0200 Subject: [PATCH] remove not wanted idention --- tests/Server/Workspace/SymbolTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Server/Workspace/SymbolTest.php b/tests/Server/Workspace/SymbolTest.php index fb56e9c..5d0ed34 100644 --- a/tests/Server/Workspace/SymbolTest.php +++ b/tests/Server/Workspace/SymbolTest.php @@ -68,7 +68,7 @@ class SymbolTest extends ServerTestCase public function testQueryFiltersResults() { // Request symbols - $result = $this->workspace->symbol('testmethod')->wait(); + $result = $this->workspace->symbol('testmethod')->wait(); // @codingStandardsIgnoreStart $this->assertEquals([ new SymbolInformation('staticTestMethod', SymbolKind::METHOD, $this->getDefinitionLocation('TestNamespace\\TestClass::staticTestMethod()'), 'TestNamespace\\TestClass'),