Skip to content

Commit

Permalink
[TASK] Remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
krukas committed May 30, 2018
1 parent eab3674 commit 3ca1c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function isTokenExpired(Token $token): bool
}

if (empty($tokenTtl)) {
return false;
return false;
}

if ($this->dateTime->strToTime($token->getCreatedAt()) < ($this->date->gmtTimestamp() - $tokenTtl * 3600)) {
Expand Down

0 comments on commit 3ca1c6f

Please # to comment.