@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | protected function isResponseSuccessful(ResponseInterface $response) |
| 40 | 40 | { |
| 41 | - if (in_array($response->getStatusCode(), [200, 201, 204])) { |
|
| 41 | + if (in_array($response->getStatusCode(), [ 200, 201, 204 ])) { |
|
| 42 | 42 | |
| 43 | 43 | return true; |
| 44 | 44 | |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | public static function createResolver() |
| 25 | 25 | { |
| 26 | 26 | |
| 27 | - return function ($config) { |
|
| 27 | + return function($config) { |
|
| 28 | 28 | |
| 29 | 29 | if ($config instanceof MiddlewareInterface) { |
| 30 | 30 | |