Passed
Pull Request — master (#28)
by
unknown
02:15
created
src/Service/Service.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.