We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ea07a commit 645370cCopy full SHA for 645370c
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 $reason, $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