reactphp / async

Async utilities and fibers for ReactPHP.
https://reactphp.org/async/
MIT License
204 stars 19 forks source link

Improve PHP 8.4+ support by avoiding implicitly nullable types #87

Closed clue closed 6 months ago

clue commented 6 months ago

This changeset improves PHP 8.4+ support by avoiding implicitly nullable types as discussed in https://github.com/reactphp/promise/pull/260.

Marking this as WIP until the upstream components have been released. In the meantime, this may use temporary development branches. This change only affects v4, so there is no need to backport these changes to v3 or v2.

Builds on top of #86, #81, #15 and https://github.com/reactphp/promise/pull/260

clue commented 6 months ago

Updated now that https://github.com/reactphp/promise/releases/tag/v3.2.0 has been released, this is now ready for review :shipit: