We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a617ac4 + a874f28 commit d84e457Copy full SHA for d84e457
README.md
@@ -56,7 +56,7 @@ interface Promise
56
*
57
* If the promise is already resolved, the callback MUST be executed immediately.
58
59
- * @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
60
* success, `$value` shall be `null` on failure.
61
62
* @return mixed Return type and value are unspecified.
0 commit comments