Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 51af4df

Browse files
committed
fixed CS
1 parent d6b9855 commit 51af4df

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Core/Authentication/Token/PreAuthenticatedToken.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14-
use Symfony\Component\Security\Core\Role\Role;
15-
1614
/**
1715
* PreAuthenticatedToken implements a pre-authenticated token.
1816
*

Core/Authentication/Token/UsernamePasswordToken.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14-
use Symfony\Component\Security\Core\Role\Role;
15-
1614
/**
1715
* UsernamePasswordToken implements a username and password token.
1816
*

0 commit comments

Comments
 (0)