reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

[2.x] feat: add support for DNF types on PHP 8.2 #237

Closed nhedger closed 2 years ago

nhedger commented 2 years ago

This PR backports the feature introduced in #236 to 2.x.

Closes #235