@@ -179,7 +179,7 @@ |
||
179 | 179 | private function throwInvalidRequestException(array $errors): void |
180 | 180 | { |
181 | 181 | $errorMessages = array_map( |
182 | - function ($error) { |
|
182 | + function($error) { |
|
183 | 183 | return $error['message']; |
184 | 184 | }, |
185 | 185 | $errors |