@@ -153,7 +153,7 @@ |
||
153 | 153 | $r = []; |
154 | 154 | if ($this->optionResult !== null) { |
155 | 155 | $keys = array_keys($this->optionResult->keys); |
156 | - foreach($keys as $key) { |
|
156 | + foreach ($keys as $key) { |
|
157 | 157 | $r[$key] = $this->getProvidedOption($key); |
158 | 158 | } |
159 | 159 | } |