We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29daf46 commit 23eaa09Copy full SHA for 23eaa09
src/ExtendedPromiseInterface.php
@@ -2,6 +2,9 @@
2
3
namespace React\Promise;
4
5
+/**
6
+ * @method ExtendedPromiseInterface then()
7
+ */
8
interface ExtendedPromiseInterface extends PromiseInterface
9
{
10
/**
0 commit comments