Skip to content

Commit d08ff52

Browse files
committed
-
1 parent 103dbf4 commit d08ff52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/custom_authenticator.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ and storage::
319319
// src/Security/NormalizedUserBadge.php
320320
namespace App\Security;
321321

322-
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
322+
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\FooBadge;
323323
use function Symfony\Component\String\u;
324324

325-
final class NormalizedUserBadge extends UserBadge
325+
final class NormalizedUserBadge extends FooBadge
326326
{
327327
public function __construct(string $identifier)
328328
{
@@ -332,7 +332,7 @@ and storage::
332332
}
333333
}
334334

335-
.. code-block:: php
335+
::
336336

337337
// src/Security/PasswordAuthenticator.php
338338
namespace App\Security;

0 commit comments

Comments
 (0)