Skip to content
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

Hotfix/resource payload listener ignore on no resource #69

Merged

Conversation

Ocramius
Copy link
Member

Ping @Netiul

@ghost ghost assigned Ocramius and bakura10 May 29, 2013
if (! $resource instanceof ResourceInterface) {
return;
}

/** @var \ZfrRest\Resource\ResourceInterface $resource */
$resource = $event->getRouteMatch()->getParam('resource');
Copy link
Contributor

Choose a reason for hiding this comment

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

This line can now be removed.

@zluiten
Copy link
Contributor

zluiten commented May 29, 2013

Looks good to me!

@Ocramius
Copy link
Member Author

Waiting for travis and then merging

@coveralls
Copy link

Coverage Status

Coverage increased (+0%) when pulling f81c884 on hotfix/resource-payload-listener-ignore-on-no-resource into 3748d91 on master.

Ocramius added a commit that referenced this pull request May 29, 2013
…nore-on-no-resource

Hotfix/resource payload listener ignore on no resource
@Ocramius Ocramius merged commit 94e076a into master May 29, 2013
@Ocramius Ocramius deleted the hotfix/resource-payload-listener-ignore-on-no-resource branch May 29, 2013 09:29
@coveralls
Copy link

Coverage Status

Coverage increased (+0%) when pulling f81c884 on hotfix/resource-payload-listener-ignore-on-no-resource into 3748d91 on master.

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

Successfully merging this pull request may close these issues.

None yet

4 participants