@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | */ |
| 69 | 69 | public function auth(string $code): bool |
| 70 | 70 | {
|
| 71 | - if ($code && ! empty($this->settings)) {
|
|
| 71 | + if ($code && !empty($this->settings)) {
|
|
| 72 | 72 | |
| 73 | 73 | $params = $this->getTokenParams($code); |
| 74 | 74 | |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | */ |
| 107 | 107 | public function getLink(): string |
| 108 | 108 | {
|
| 109 | - if (! empty($this->settings)) {
|
|
| 109 | + if (!empty($this->settings)) {
|
|
| 110 | 110 | $query = http_build_query( |
| 111 | 111 | [ |
| 112 | 112 | |