Codebase list php-react-promise / be76b5e
Add note about underflow rejection of some() Jan Sorgalla 8 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
530530 reject). The rejection value will be an array of
531531 `(count($promisesOrValues) - $howMany) + 1` rejection reasons.
532532
533 The returned promise will also reject with a `React\Promise\Exception\RangeException`
534 if `$promisesOrValues` contains less items than `$howMany`.
535
533536 #### map()
534537
535538 ```php