@@ -112,7 +112,7 @@ |
||
112 | 112 | } else { |
113 | 113 | $firstKey = array_shift($keys); |
114 | 114 | if (array_key_exists($firstKey, $params)) { |
115 | - $params = (array)$params; |
|
115 | + $params = (array) $params; |
|
116 | 116 | $paramValue = $params[$firstKey]; |
117 | 117 | |
118 | 118 | return $this->getNestedParam($paramValue, $keys); |