Skip to content

Commit 49ea07a

Browse files
authored
Fix typo
1 parent d84e457 commit 49ea07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Promise.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface Promise
1212
*
1313
* If the promise is already resolved, the callback MUST be executed immediately.
1414
*
15-
* @param callable(\Throwable|\Exception|null $reason, $value) @onResolved `$reason` shall be `null` on
15+
* @param callable(\Throwable|\Exception|null $reason, $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.

0 commit comments

Comments
 (0)