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

Ensure we can detect globally qualified config providers #38

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

weierophinney
Copy link
Member

This fixes #37. Essentially, the $isRegisteredPattern was failing
if the $package was globally qualified within the configuration (e.g.,
\Zend\Validator\ConfigProvider). The pattern now checks for an
optional \\ prefix to the FQCN.

This fixes zendframework#37. Essentially, the `$isRegisteredPattern` was failing
if the `$package` was globally qualified within the configuration (e.g.,
`\Zend\Validator\ConfigProvider`). The pattern now checks for an
optional `\\` prefix to the FQCN.
@weierophinney weierophinney added this to the 0.7.1 milestone Apr 11, 2017
@weierophinney weierophinney merged commit e5f21bb into zendframework:master Apr 11, 2017
weierophinney added a commit that referenced this pull request Apr 11, 2017
weierophinney added a commit that referenced this pull request Apr 11, 2017
@weierophinney weierophinney deleted the hotfix/37 branch April 11, 2017 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConfigAggregatorInjector does not correctly identify registered config providers
1 participant