php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

Small Cosmetic modifications #60

Closed evilangelmd closed 5 years ago

evilangelmd commented 5 years ago

In this patch i adjusted phpdocs, because there was some misspell. I used (where is possible) getters #58 #59, (ex: $this->getHttpStatus() instead of $this->http_status_code) Added function setVerbose instead of verbose. Fixes #51

amouhzi commented 5 years ago

Thank you