Skip to content

Commit 31a4b62

Browse files
committed
Remove note for When::lazy
1 parent 7efaf54 commit 31a4b62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ the value of another Promise.
459459
$promise = React\Promise\When::lazy(callable $factory);
460460
```
461461

462-
> **Note:** Since version 1.1, [`React\Promise\lazy()`](#lazy) is preferred over `React\Promise\When::lazy()`.
463-
464462
Creates a Promise which will be lazily initialized by `$factory` once a consumer
465463
calls the `then()` method.
466464

0 commit comments

Comments
 (0)