We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede1b2 commit 18f9f09Copy full SHA for 18f9f09
src/ClientCapabilities.php
@@ -28,7 +28,7 @@ public function toArray(): array
28
$data = [];
29
if ($this->roots || $this->rootsListChanged) {
30
$data['roots'] = new \stdClass();
31
- if ($this->rootsListChanged) {
+ if ($this->rootsListChanged !== null) {
32
$data['roots']->listChanged = $this->rootsListChanged;
33
}
34
0 commit comments