Zolli / Phabricator-PHP-API

PHP API for Phabricator Conduit application
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Fix incorrect setting of curl options #3

Closed lombartec closed 7 years ago

lombartec commented 7 years ago

I was getting some array to string conversion errors in CurlRequest when setting some options for the CurlClient, as you can see it was assigning the whole array instead of the option key.

Zolli commented 7 years ago

That was a real mistake. :) Thanks for the pull.