@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | $keys = explode('.', $key); |
24 | - while(count($keys) > 0) { |
|
24 | + while (count($keys) > 0) { |
|
25 | 25 | $subSet = $array[array_shift($keys)]; |
26 | 26 | if (is_array($subSet)) { |
27 | 27 | return static::get($subSet, join('.', $keys), $default); |