@@ -112,7 +112,9 @@ |
||
| 112 | 112 | $ref = new \stdClass(); |
| 113 | 113 | $ref = &$ref->{$key}; |
| 114 | 114 | } else { |
| 115 | - if ($recursively && $ref === null) $ref = array(); |
|
| 115 | + if ($recursively && $ref === null) { |
|
| 116 | + $ref = array(); |
|
| 117 | + } |
|
| 116 | 118 | if ('-' === $key) { |
| 117 | 119 | $ref = &$ref[]; |
| 118 | 120 | } else { |