@@ -116,7 +116,7 @@ |
||
116 | 116 | $segs = explode('.', $key); |
117 | 117 | $root = &$this->data; |
118 | 118 | |
119 | - foreach(array_slice($segs, 0, -1) as $seg) { |
|
119 | + foreach (array_slice($segs, 0, -1) as $seg) { |
|
120 | 120 | $root = &$root[$seg]; |
121 | 121 | } |
122 | 122 |