Skip to content

Commit 5389858

Browse files
committed
docs: Add @yield annotation to PromiseInterface
1 parent c5040c0 commit 5389858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PromiseInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace React\Promise;
44

55
/**
6+
* @yield T
67
* @template-covariant T
78
*/
89
interface PromiseInterface

0 commit comments

Comments
 (0)