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

Issue #3222 - Added suport for multi-level nested ini config variables #3236

Closed
wants to merge 2 commits into from

Conversation

robertmarsal
Copy link
Contributor

Multi-level ini config variables can now be parsed

Issue #3222

@robertmarsal
Copy link
Contributor Author

The Travis build fail seems to be unrelated to this fix.

{
if(count($sections) == 0) {
return $this->processSection($value);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

remove 'else' because already return early.

@ghost ghost assigned weierophinney Dec 18, 2012
weierophinney added a commit that referenced this pull request Dec 18, 2012
weierophinney added a commit to zendframework/zend-config that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-config that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants