File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public function user(string $user): PromiseInterface
142
142
});
143
143
}
144
144
145
- public function stream (): AsyncStreamingClient
145
+ public function stream (): AsyncStreamingClientInterface
146
146
{
147
147
if (!($ this ->streamingClient instanceof AsyncStreamingClient)) {
148
148
$ this ->streamingClient = new AsyncStreamingClient ($ this ->client );
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ public function withOutAccessToken(): AsyncClient;
13
13
14
14
public function getCommandBus (): CommandBusInterface ;
15
15
16
+ public function profile (): PromiseInterface ;
17
+
16
18
public function user (string $ user ): PromiseInterface ;
17
19
18
- public function stream (): AsyncStreamingClient ;
20
+ public function stream (): AsyncStreamingClientInterface ;
19
21
}
You can’t perform that action at this time.
0 commit comments