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.
2 parents 511ae43 + 3827050 commit 32da0a5Copy full SHA for 32da0a5
src/Promise.php
@@ -12,7 +12,7 @@ interface Promise
12
*
13
* If the promise is already resolved, the callback MUST be executed immediately.
14
15
- * @param callable(\Throwable|\Exception|null $exception, $value) @onResolved `$reason` shall be `null` on
+ * @param callable(\Throwable|\Exception|null $reason, $value) @onResolved `$reason` shall be `null` on
16
* success, `$value` shall be `null` on failure.
17
18
* @return mixed Return type and value are unspecified.
0 commit comments