requests = $requests; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->tokenTypes = $tokenTypes; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->tokenModifiers = $tokenModifiers; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->formats = $formats; $this->dynamicRegistration = $dynamicRegistration; $this->overlappingTokenSupport = $overlappingTokenSupport; $this->multilineTokenSupport = $multilineTokenSupport; $this->serverCancelSupport = $serverCancelSupport; $this->augmentsSyntaxTokens = $augmentsSyntaxTokens; } }