Completed
Pull Request — master (#36)
by Jindun
12:33
created
src/Service/Service.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.