Skip to content

Commit 5b0320b

Browse files
committed
cs
1 parent 1d33789 commit 5b0320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeAuthenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ private function generateAuthenticatorClass(array $securityData, string $authent
282282
]);
283283

284284
// @legacy - Can be removed when Symfony 5.4 support is dropped
285-
if(class_exists(Security::class)) {
285+
if (class_exists(Security::class)) {
286286
$useStatements->addUseStatement(Security::class);
287287
} else {
288288
$useStatements->addUseStatement(LegacySecurity::class);

0 commit comments

Comments
 (0)