@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | */ |
62 | 62 | public function __construct() |
63 | 63 | { |
64 | - $this->validatorSchema = \GuzzleHttp\json_decode((string)file_get_contents(__DIR__ . '/ServiceJsonSchema.json'), false); |
|
64 | + $this->validatorSchema = \GuzzleHttp\json_decode((string) file_get_contents(__DIR__ . '/ServiceJsonSchema.json'), false); |
|
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |
@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | */ |
117 | 117 | public function jsonSerialize(): array |
118 | 118 | { |
119 | - $jsonSerializeMap = function (JsonSerializable $obj): array { |
|
119 | + $jsonSerializeMap = function(JsonSerializable $obj): array { |
|
120 | 120 | return $obj->jsonSerialize(); |
121 | 121 | }; |
122 | 122 |