dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

Fix Notice: Array to string conversion #115

Closed 5baddi closed 3 years ago

5baddi commented 4 years ago

Fix Array to string conversion notice on src/Pinterest/Transport/Request.php

dirkgroenen commented 4 years ago

Thanks for your PR. Unfortunately your PR contains a lot of composer and namespace changes which aren't related to the fix. Please update this so your PR only contains the fix.

5baddi commented 3 years ago

Unnecessary changes have been removed. Thank you 🙏🏼

dirkgroenen commented 3 years ago

Merged and released as 0.2.14, thanks!