@@ -233,8 +233,7 @@ |
||
233 | 233 | |
234 | 234 | if (empty($json['server'])) { |
235 | 235 | static::throwNotFoundException(); |
236 | - } |
|
237 | - else { |
|
236 | + } else { |
|
238 | 237 | $result = $json['server']; |
239 | 238 | } |
240 | 239 |