Fix linting errors
parent
646cce9c21
commit
1a57f4b7bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue