Whitespace from end line removed
parent
bb07a1364e
commit
843b0e6852
|
@ -89,7 +89,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
|||
$e
|
||||
);
|
||||
}
|
||||
// Only send a Response for a Request
|
||||
// Only send a Response for a Request
|
||||
// Notifications do not send Responses
|
||||
if (AdvancedJsonRpc\Request::isRequest($msg->body)) {
|
||||
if ($error !== null) {
|
||||
|
|
Loading…
Reference in New Issue