guzzle / promises

Promises/A+ library for PHP with synchronous support
MIT License
7.61k stars 116 forks source link

False positive warnings for each function #99

Closed sagikazarmark closed 5 years ago

sagikazarmark commented 5 years ago

This has been reported multiple times: code checkers (wrongly) report the each function as deprecated.

Let's see if we can do something about it.

guzzle/guzzle#2174