From 1a57f4b7bf71549394b6de6ca181cf6c91ddb3c0 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 24 Jan 2017 20:34:49 +0100 Subject: [PATCH] Fix linting errors --- src/LanguageServer.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LanguageServer.php b/src/LanguageServer.php index 1f9ca6a..9737a31 100644 --- a/src/LanguageServer.php +++ b/src/LanguageServer.php @@ -295,7 +295,9 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher * * @param string $rootPath */ - protected function beforeIndex(string $rootPath) {} + protected function beforeIndex(string $rootPath) + { + } /** * Will read and parse the passed source files in the project and add them to the appropiate indexes