-
Notifications
You must be signed in to change notification settings - Fork 10
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
[WIP] Guzzle 5 #14
base: master
Are you sure you want to change the base?
[WIP] Guzzle 5 #14
Conversation
@@ -193,7 +193,7 @@ | |||
* @method ResourceIterator getBalanceTransactionsIterator() | |||
* @method ResourceIterator getEventsIterator() | |||
*/ | |||
class StripeClient extends Client | |||
final class StripeClient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't make a class final
unless you have an implemented interface for it (makes mocking and composition impossible)
I'm closing for now. Guzzle Services has finally been tagged to 1.0.0 which in turn updates Guzzle to version 6. It has quite a bit of change and this PR is not really ocmpatibel anymore. If anyone would like to tackle an upgrade, I've already upgraded anther package of mine that could service as a reference: https://github.com/zf-fr/zfr-shopify |
No description provided.