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.
2 parents 156efe2 + 5004d83 commit 1f6ed05Copy full SHA for 1f6ed05
src/Shared/BaseSession.php
@@ -54,11 +54,11 @@
54
abstract class BaseSession {
55
protected bool $isInitialized = false;
56
/** @var array<int, callable(JsonRpcMessage):void> */
57
- private array $responseHandlers = [];
+ protected array $responseHandlers = [];
58
/** @var callable[] */
59
- private array $requestHandlers = [];
+ protected array $requestHandlers = [];
60
61
- private array $notificationHandlers = [];
+ protected array $notificationHandlers = [];
62
private int $requestId = 0;
63
64
/**
0 commit comments