Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Allow nonce owner to be null. #5

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Allow nonce owner to be null. #5

wants to merge 11 commits into from

Conversation

noggan
Copy link

@noggan noggan commented Apr 25, 2016

This should allow creating and consuming nonce without having an owner.

@macnibblet macnibblet self-assigned this Apr 25, 2016
*
* @return NonceEntity|null
*/
public function getUnassociated($nonce, $namespace = 'default');
Copy link
Member

Choose a reason for hiding this comment

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

Major bc break

@Ocramius
Copy link
Member

Question: wouldn't it make more sense to have a "system" owner, rather than having no owner at all?

@macnibblet
Copy link
Contributor

macnibblet commented Apr 25, 2016

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.

@macnibblet macnibblet modified the milestones: 1.1.0, 2.0.0 Apr 25, 2016
@macnibblet
Copy link
Contributor

@noggan fix the broken tests, update the dependencies and update the readme and ill merge it.

@noggan noggan reopened this Apr 26, 2016
@coveralls
Copy link

coveralls commented Apr 26, 2016

Coverage Status

Changes Unknown when pulling 3cde992 on noggan:master into * on Roave:master*.

@coveralls
Copy link

coveralls commented Apr 26, 2016

Coverage Status

Changes Unknown when pulling 03228ee on noggan:master into * on Roave:master*.

@coveralls
Copy link

coveralls commented Apr 26, 2016

Coverage Status

Changes Unknown when pulling 0570ead on noggan:master into * on Roave:master*.

@coveralls
Copy link

coveralls commented Apr 26, 2016

Coverage Status

Changes Unknown when pulling 13a2bfa on noggan:master into * on Roave:master*.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants