composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -69,7 +69,7 @@ class ArrayConverter
|
|||
$elem = &$elem[$part];
|
||||
}
|
||||
|
||||
if (\is_array($elem) && \count($elem) > 0 && $parentOfElem) {
|
||||
if ($elem && \is_array($elem) && $parentOfElem) {
|
||||
/* Process next case:
|
||||
* 'foo.bar': 'test1'
|
||||
* 'foo': 'test2'
|
||||
|
|
Reference in a new issue