Skip to content

Commit 5c2eb12

Browse files
author
Chris Raynor
committed
whitespace cleanup
1 parent 2490881 commit 5c2eb12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Authentication/JWT.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static function decode($jwt, $key = null, $verify = true)
6565
if (isset($payload->exp) && time() >= $payload->exp){
6666
throw new UnexpectedValueException('Expired Token');
6767
}
68-
6968
}
7069
return $payload;
7170
}

0 commit comments

Comments
 (0)