Skip to content

Commit 26b585b

Browse files
committed
Fix phpcs
1 parent 79826c7 commit 26b585b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/AuthJWTService.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ public function verifyToken(string $token, callable $callback = null): bool
302302
* @param bool $isRefresh True if the token is a refresh token
303303
* @return bool
304304
*/
305-
public function invalidate(string $token, bool $isRefresh = false): bool {
305+
public function invalidate(string $token, bool $isRefresh = false): bool
306+
{
306307
if (empty($token)) {
307308
return true;
308309
}

0 commit comments

Comments
 (0)