Ed Grosvenor
Ed Grosvenor
I don't know how enthusiastic Adam is about the prospect of updating zttp to use Guzzle 7. Since you actually only use Zttp in one isolated method and everything could...
This might be a misconfiguration on my part, but I don't even know where to start looking. Any attempt to use expose results in rapid fire requests (>1 per second)...
This PR prevents appending `?` to nullable return types if the return type is `mixed` because `mixed` already includes null. Appending the `?` causes php-lint to complain. For now, I've...
Twilio allows for the creation of api keys and tokens that can (arguably should) be used in lieu of the account sid and its token. Using the account sid and...