We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103dbf4 commit d08ff52Copy full SHA for d08ff52
security/custom_authenticator.rst
@@ -319,10 +319,10 @@ and storage::
319
// src/Security/NormalizedUserBadge.php
320
namespace App\Security;
321
322
- use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
+ use Symfony\Component\Security\Http\Authenticator\Passport\Badge\FooBadge;
323
use function Symfony\Component\String\u;
324
325
- final class NormalizedUserBadge extends UserBadge
+ final class NormalizedUserBadge extends FooBadge
326
{
327
public function __construct(string $identifier)
328
@@ -332,7 +332,7 @@ and storage::
332
}
333
334
335
-.. code-block:: php
+::
336
337
// src/Security/PasswordAuthenticator.php
338
0 commit comments