File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ interface Promise
5656 *
5757 * If the promise is already resolved, the callback MUST be executed immediately.
5858 *
59- * @param callable(\Throwable|\Exception|null $exception, mixed $value) @onResolved `$reason` shall be `null` on
59+ * @param callable(\Throwable|\Exception|null $exception, $value) @onResolved `$reason` shall be `null` on
6060 * success, `$value` shall be `null` on failure.
6161 *
6262 * @return mixed Return type and value are unspecified.
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ interface Promise
1212 *
1313 * If the promise is already resolved, the callback MUST be executed immediately.
1414 *
15- * @param callable(\Throwable|\Exception|null $exception, mixed $value) @onResolved `$reason` shall be `null` on
15+ * @param callable(\Throwable|\Exception|null $exception, $value) @onResolved `$reason` shall be `null` on
1616 * success, `$value` shall be `null` on failure.
1717 *
1818 * @return mixed Return type and value are unspecified.
1919 */
2020 public function when (callable $ onResolved );
21- }
21+ }
You can’t perform that action at this time.
0 commit comments