doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Made LoggingClient compatible with Client #44

Closed SamGoossens closed 9 years ago

SamGoossens commented 9 years ago

Made declaration of Doctrine\CouchDB\HTTP\LoggingClient::request() compatible with new Doctrine\CouchDB\HTTP\Client::request($method, $path, $data = NULL, $raw = false, array $headers = Array) definition