@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | */ |
36 | 36 | public function update(array $parameters): \Psr\Http\Message\ResponseInterface |
37 | 37 | { |
38 | - if (! isset($parameters['json'])) { |
|
38 | + if (!isset($parameters['json'])) { |
|
39 | 39 | $parameters = [ |
40 | 40 | 'json' => $parameters, |
41 | 41 | ]; |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | */ |
60 | 60 | public function create(array $parameters): \Psr\Http\Message\ResponseInterface |
61 | 61 | { |
62 | - if (! isset($parameters['json'])) { |
|
62 | + if (!isset($parameters['json'])) { |
|
63 | 63 | $parameters = [ |
64 | 64 | 'json' => $parameters, |
65 | 65 | ]; |