Skip to content

Commit 7429ece

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 299f44d commit 7429ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Security/RememberMe/DoctrineTokenProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function loadTokenBySeries(string $series): PersistentTokenInterface
5757
$row = $stmt->fetchNumeric() ?: throw new TokenNotFoundException('No token found.');
5858

5959
[$class, $username, $value, $last_used] = $row;
60+
6061
return new PersistentToken($class, $username, $series, $value, new \DateTimeImmutable($last_used));
6162
}
6263

0 commit comments

Comments
 (0)