-
Notifications
You must be signed in to change notification settings - Fork 2
Allow nonce owner to be null. #5
base: master
Are you sure you want to change the base?
Conversation
* | ||
* @return NonceEntity|null | ||
*/ | ||
public function getUnassociated($nonce, $namespace = 'default'); |
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.
Major bc break
Question: wouldn't it make more sense to have a "system" owner, rather than having no owner at all? |
That means we would have to maintain a owner, and I don't really thinks is a good idea. While I do agree a system owner would be a good thing, it's to much devops hussel to make it worth my time. |
@noggan fix the broken tests, update the dependencies and update the readme and ill merge it. |
Changes Unknown when pulling 3cde992 on noggan:master into * on Roave:master*. |
Changes Unknown when pulling 03228ee on noggan:master into * on Roave:master*. |
Changes Unknown when pulling 0570ead on noggan:master into * on Roave:master*. |
Changes Unknown when pulling 13a2bfa on noggan:master into * on Roave:master*. |
This should allow creating and consuming nonce without having an owner.