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 380c4a0 commit 2ede1b2Copy full SHA for 2ede1b2
src/ClientCapabilities.php
@@ -62,6 +62,7 @@ public static function fromArray(array $data): static
62
}
63
64
return new static(
65
+ $rootsEnabled,
66
$rootsListChanged,
67
$sampling,
68
$data['experimental'] ?? null
0 commit comments