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
56
56
*
57
57
* If the promise is already resolved, the callback MUST be executed immediately.
58
58
*
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.
60
61
*
61
62
* @return void
62
63
*/
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ interface Promise
12
12
*
13
13
* If the promise is already resolved, the callback MUST be executed immediately.
14
14
*
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.
16
17
*
17
18
* @return void
18
19
*/
You can’t perform that action at this time.
0 commit comments