@@ -74,7 +74,7 @@ |
||
74 | 74 | { |
75 | 75 | $headers['Content-Type'] = 'application/json'; |
76 | 76 | if ($this->accessToken) { |
77 | - $headers['Authorization'] = 'Bearer ' . $this->accessToken; |
|
77 | + $headers['Authorization'] = 'Bearer '.$this->accessToken; |
|
78 | 78 | } |
79 | 79 | $body = null; |
80 | 80 | if ($params) { |
@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public function jsonSerialize() |
25 | 25 | { |
26 | - return array_map(function (JsonSerializable $item) { |
|
26 | + return array_map(function(JsonSerializable $item) { |
|
27 | 27 | return $item->jsonSerialize(); |
28 | 28 | }, $this->items); |
29 | 29 | } |