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