Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Better polyfill support for ValidatorChain #32

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

weierophinney
Copy link
Member

In src/ValidatorChain.php, instead of aliasing ValidatorChain to the appropriate zend-eventmanager-specific validator chain implementation, it now aliases those to AbstractValidatorChain, and defines the ValidatorChain class as an extension of AbstractValidatorChain. As such, I've also marked the two base implementations as abstract (and renamed them).

Fixes #31

In `src/ValidatorChain.php`, instead of aliasing `ValidatorChain` to the
appropriate zend-eventmanager-specific validator chain implementation, it now
aliases those to `AbstractValidatorChain`, and defines the `ValidatorChain`
class as an extension of `AbstractValidatorChain`. As such, I've also marked the
two base implementations as abstract (and renamed them).
@weierophinney weierophinney added this to the 2.6.2 milestone Feb 25, 2016
@weierophinney weierophinney self-assigned this Feb 25, 2016
@weierophinney weierophinney merged commit 93cfc38 into zendframework:master Feb 25, 2016
weierophinney added a commit that referenced this pull request Feb 25, 2016
weierophinney added a commit that referenced this pull request Feb 25, 2016
weierophinney added a commit that referenced this pull request Feb 25, 2016
@weierophinney weierophinney deleted the hotfix/31 branch February 25, 2016 19:34
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.

1 participant