style: run linter

This commit is contained in:
Everly Precia Suresh
2022-10-12 14:42:00 +00:00
parent 3e26cc56fd
commit d19ee461e6
+5 -5
View File
@@ -173,13 +173,13 @@ class Line extends OAuth2
'id_token' => $this->tokens['id_token'],
'client_id' => $this->appID,
'client_secret' => $this->appSecret,
])
), true);
if(isset($emailInfo['email']))
$this->user['email'] = $emailInfo['email'];
if (isset($emailInfo['email'])) {
$this->user['email'] = $emailInfo['email'];
}
}
return $this->user;