Completed
Pull Request — master (#6)
by
unknown
02:27
created
src/Server.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,8 +233,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.