File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ interface Promise
5656 *
5757 * If the promise is already resolved, the callback MUST be executed immediately.
5858 *
59- * @param callable(mixed $reason, mixed $value) <`$reason` shall be `null` on success, `$value` shall be `null` on failure>
59+ * @param callable(mixed $reason, mixed $value) @onResolved `$reason` shall be `null` on success, `$value` shall be
60+ * `null` on failure.
6061 *
6162 * @return void
6263 */
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ interface Promise
1212 *
1313 * If the promise is already resolved, the callback MUST be executed immediately.
1414 *
15- * @param callable(mixed $reason, mixed $value) <`$reason` shall be `null` on success, `$value` shall be `null` on failure>
15+ * @param callable(mixed $reason, mixed $value) @onResolved `$reason` shall be `null` on success, `$value` shall be
16+ * `null` on failure.
1617 *
1718 * @return void
1819 */
You can’t perform that action at this time.
0 commit comments