Skip to content

Commit b36bfba

Browse files
committed
fix docstring
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent cbeb64f commit b36bfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrchestrationContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function waitAny(DurableFuture ...$tasks): DurableFuture;
195195
*
196196
* @template-covariant T
197197
*
198-
* @return array<DurableFuture<T>>
198+
* @return array<T>
199199
*/
200200
public function waitAll(DurableFuture ...$tasks): array;
201201

0 commit comments

Comments
 (0)