@@ -77,7 +77,7 @@ |
||
77 | 77 | * |
78 | 78 | * @return Error[] |
79 | 79 | */ |
80 | - static public function parseErrors($json_string){ |
|
80 | + static public function parseErrors($json_string) { |
|
81 | 81 | $error_obj = json_decode($json_string); |
82 | 82 | $errors = []; |
83 | 83 | if (!empty($error_obj->errors)) { |