amphp / amp

A non-blocking concurrency framework for PHP applications. 🐘
https://amphp.org/amp
MIT License
4.25k stars 257 forks source link

URI example fix #411

Closed Jampire closed 1 year ago

Jampire commented 1 year ago

Hi Small fix in documentation. I'm getting following error w/o this fix: PHP Fatal error: Uncaught TypeError: Array must only contain instances of Amp\Future in vendor/amphp/amp/src/Future.php:36.

kelunik commented 1 year ago

Thanks!