-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array to string conversion error #465
Comments
Also have this problem. Temporary quick fix for me is to use |
Hi there @mtk3d, Thank you for your contribution. Happy you found a way around this. I can't replicate this issue:
Could you please provide a more complete example that's easier to reproduce? |
Hi, of course 😄 $debugContent = (string) $client->getDebug(); The problem is, that inside |
Just a little update that I don't have an update yet, but we haven't forgotten, please bear with us. This doesn't sound blocking, but let us know if it's a big issue. |
Thanks for update! Yes that's right, it's non-blocking issue |
@mtk3d - can you take a look at the small PR above, please? |
\Zendesk\API\Debug::__toString()
$this->lastResponseHeaders
and$this->lastRequestHeaders
are arrays so method fails.The text was updated successfully, but these errors were encountered: