Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Riak #6

Merged
merged 6 commits into from
Jul 3, 2012
Merged

Riak #6

merged 6 commits into from
Jul 3, 2012

Conversation

Baachi
Copy link
Contributor

@Baachi Baachi commented Jun 19, 2012

I added the riak storage.

It use the update from the offical php-driver.

* or if all properties have to be set, even if only a subset of properties
* changed.
*
* @return bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use {@inheritDoc} for all methods documented in the interface, to avoid duplicating all phpdoc. It makes it easier to maintain it (typos occurs only in 1 place for instance)

@Baachi
Copy link
Contributor Author

Baachi commented Jun 20, 2012

I've made some changes according @stof suggestions.

@@ -3,6 +3,12 @@
"require": {
"doctrine/common": "*"
},
"suggest": {
"riak/riak-client": "dev-master"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest does not expect a version constraint but a string displayed to the user. so you could make it better by using "riak/riak-client": "to use the Riak storage". This will output "doctrine/key-value-store" suggest installing "riak/riak-client" (to use the Riak storage)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah awesome!
Thank you ;)

@Baachi
Copy link
Contributor Author

Baachi commented Jul 3, 2012

@beberlei It's mergeable?

beberlei added a commit that referenced this pull request Jul 3, 2012
@beberlei beberlei merged commit 801400d into doctrine:master Jul 3, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants