@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | */ |
43 | 43 | public function __construct() |
44 | 44 | { |
45 | - $this->validatorSchema = json_decode((string)file_get_contents(__DIR__ . '/ServiceJsonSchema.json'), false); |
|
45 | + $this->validatorSchema = json_decode((string) file_get_contents(__DIR__ . '/ServiceJsonSchema.json'), false); |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | */ |
89 | 89 | public function jsonSerialize(): array |
90 | 90 | { |
91 | - $jsonSerializeMap = function (\JsonSerializable $obj): array { |
|
91 | + $jsonSerializeMap = function(\JsonSerializable $obj): array { |
|
92 | 92 | return $obj->jsonSerialize(); |
93 | 93 | }; |
94 | 94 |