Skip to content

Commit 2ede1b2

Browse files
fix: add missing $rootsEnabled parameter to ClientCapabilities constructor
1 parent 380c4a0 commit 2ede1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ClientCapabilities.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public static function fromArray(array $data): static
6262
}
6363

6464
return new static(
65+
$rootsEnabled,
6566
$rootsListChanged,
6667
$sampling,
6768
$data['experimental'] ?? null

0 commit comments

Comments
 (0)