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