You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Phalcon\Config creates instances of Phalcon\Config for all arrays and sub-arrays. These Phalcon\Config should keep the insensitive value as the one of their parent.
Describe the bug
Phalcon\Config creates instances of Phalcon\Config for all arrays and sub-arrays. These Phalcon\Config should keep the
insensitive
value as the one of their parent.To Reproduce
Steps to reproduce the behavior:
Expected behavior
$config->key_for_array should have the property
insensitive
set tofalse
as its parent $config.Line to change
https://github.com/phalcon/cphalcon/blob/master/phalcon/Config/Config.zep#L253
change for
new Config(value, this->insensitive)
Details
The text was updated successfully, but these errors were encountered: