@@ -265,7 +265,7 @@ |
||
| 265 | 265 | throw new \Exception("Access token request return empty response"); |
| 266 | 266 | } |
| 267 | 267 | |
| 268 | - if (! empty($this->tokenSaver)) { |
|
| 268 | + if (!empty($this->tokenSaver)) { |
|
| 269 | 269 | $this->getTokenSaver()( |
| 270 | 270 | $token['access_token'] |
| 271 | 271 | ); |