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

Hotfix for #5772: token processor should not cast booleans to strings #5773

Conversation

Ocramius
Copy link
Member

Hotfix for #5772

Also includes cleanups and stripping empty string replacements.

@@ -12,6 +12,7 @@
use Traversable;
use Zend\Config\Config;
use Zend\Config\Exception;
use Zend\Stdlib\ArrayUtils;
Copy link
Contributor

Choose a reason for hiding this comment

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

ArrayUtils unused makes Travis failure

@weierophinney weierophinney added this to the 2.2.6 milestone Mar 3, 2014
@weierophinney weierophinney self-assigned this Mar 4, 2014
weierophinney added a commit that referenced this pull request Mar 4, 2014
…ssor-booleans

Hotfix for #5772: token processor should not cast booleans to strings
weierophinney added a commit that referenced this pull request Mar 4, 2014
weierophinney added a commit to zendframework/zend-config that referenced this pull request May 15, 2015
…fix/issue-zendframework/zf2#5772-token-processor-booleans

Hotfix for zendframework/zendframework#5772: token processor should not cast booleans to strings
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.

3 participants