nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

Add PHPDocs for __call methods in Request. #271

Closed Ekman closed 6 years ago

Ekman commented 6 years ago

Add PHPDoc for magic method __call methods sendsMime() and expectsMime(). Helps minimize warnings when using the library in strict IDE environments .

See here for more information.

Ekman commented 6 years ago

I guess this would close #211 as well. If #210 is merged, 50 % of this is redundant I suppose.