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