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 029fe3fCopy full SHA for 029fe3f
src/ExtendedPromiseInterface.php
@@ -2,6 +2,9 @@
2
3
namespace React\Promise;
4
5
+/**
6
+ * @method ExtendedPromiseInterface then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
7
+ */
8
interface ExtendedPromiseInterface extends PromiseInterface
9
{
10
/**
0 commit comments