@@ -68,11 +68,11 @@ |
||
68 | 68 | 'type' => $this->type, |
69 | 69 | ], $params); |
70 | 70 | |
71 | - $query = array_filter($params, function ($key) { |
|
71 | + $query = array_filter($params, function($key) { |
|
72 | 72 | return in_array($key, ['type', 'refresh_token']); |
73 | 73 | }, ARRAY_FILTER_USE_KEY); |
74 | 74 | |
75 | - return $this->getHost() . '/authorization/token?'.http_build_query($query); |
|
75 | + return $this->getHost() . '/authorization/token?' . http_build_query($query); |
|
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |