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
142142 });
143143 }
144144
145- public function stream (): AsyncStreamingClient
145+ public function stream (): AsyncStreamingClientInterface
146146 {
147147 if (!($ this ->streamingClient instanceof AsyncStreamingClient)) {
148148 $ this ->streamingClient = new AsyncStreamingClient ($ this ->client );
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ public function withOutAccessToken(): AsyncClient;
1313
1414 public function getCommandBus (): CommandBusInterface ;
1515
16+ public function profile (): PromiseInterface ;
17+
1618 public function user (string $ user ): PromiseInterface ;
1719
18- public function stream (): AsyncStreamingClient ;
20+ public function stream (): AsyncStreamingClientInterface ;
1921}
You can’t perform that action at this time.
0 commit comments