-
Notifications
You must be signed in to change notification settings - Fork 248
Using custom cipher suite for Rackspace Cloud Databases service #562
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
Using custom cipher suite for Rackspace Cloud Databases service #562
Conversation
lib/OpenCloud/Database/Service.php
Outdated
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.
could we break up the text over multiple lines? (I think this is a PSR requirement) - we'll find out soon with the linter :)
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.
Will do. Fixing.
dcf3fa5
to
d4ff6f4
Compare
Alright @jamiehannaford this is ready for review again. |
lib/OpenCloud/Database/Service.php
Outdated
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.
could we add donald's comment about what the string means as a docblock?
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.
Is it okay if I add a link to Donald's comment (https://github.com/rackspace/php-opencloud/issues/560#issuecomment-81790778
) in the docblock? I'm referencing the GitHub issue in other docblocks + the critical log message as well. The advantage of this is that the conversation in the GitHub issue provides more context than we could include inline in the code.
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.
sure, that sounds good
apart from the docblock thing, LGTM 👍 |
Using custom cipher suite for Rackspace Cloud Databases service
See #560 (comment).
Fixes #560 (temporarily).