Skip to content

Commit e1e3579

Browse files
edenleungStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f55e45a commit e1e3579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Jwt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ protected function validateToken()
236236
// 是否已过期
237237
if (true === $this->token->isExpired()) {
238238
if (time() <= $this->token->getClaim('refreshAt')) {
239-
throw new TokenAlreadyEexpired('Token 已过期,请重新刷新' .time() . '-' . $this->token->getClaim('refreshAt'), $this->getAlreadyCode());
239+
throw new TokenAlreadyEexpired('Token 已过期,请重新刷新'.time().'-'.$this->token->getClaim('refreshAt'), $this->getAlreadyCode());
240240
}
241241

242242
throw new TokenAlreadyEexpired('Token 刷新时间已过,请重新登录', $this->getReloginCode());

0 commit comments

Comments
 (0)