File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2121 */
2222class InMemoryTransport extends BaseTransport implements TransportInterface
2323{
24- use ManagesTransportCallbacks;
25-
2624 /**
2725 * @param list<string> $messages
2826 */
@@ -33,10 +31,6 @@ public function __construct(
3331 parent ::__construct ($ logger );
3432 }
3533
36- public function initialize (): void
37- {
38- }
39-
4034 public function onMessage (callable $ listener ): void
4135 {
4236 $ this ->messageListener = $ listener ;
Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ public function __construct(
6060 ], $ corsHeaders );
6161 }
6262
63- public function initialize (): void
64- {
65- }
66-
6763 public function send (string $ data , array $ context ): void
6864 {
6965 $ this ->immediateResponse = $ data ;
You can’t perform that action at this time.
0 commit comments