Skip to content

Commit c7675af

Browse files
committed
minor #16381 Remove duplicate line (babache)
This PR was merged into the 5.4 branch. Discussion ---------- Remove duplicate line Remove line 325 : use Symfony\Component\Security\Http\Authenticator\Passport\Passport; Same 324 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 0c7a542 Remove duplicate line
2 parents fb016f7 + 0c7a542 commit c7675af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/custom_authenticator.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ would initialize the passport like this::
322322
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge;
323323
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
324324
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
325-
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
326325

327326
class LoginAuthenticator extends AbstractAuthenticator
328327
{

0 commit comments

Comments
 (0)