File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -900,6 +900,11 @@ The Serializer component provides several built-in normalizers:
900
900
Also it can denormalize ``uuid `` or ``ulid `` strings to :class: `Symfony\\ Component\\ Uid\\ Uuid `
901
901
or :class: `Symfony\\ Component\\ Uid\\ Ulid `. The format does not matter.
902
902
903
+ .. note ::
904
+
905
+ You can also create your own Normalizer to use another structure. Read more at
906
+ :doc: `/serializer/custom_normalizer `.
907
+
903
908
Certain normalizers are enabled by default when using the Serializer component
904
909
in a Symfony application, additional ones can be enabled by tagging them with
905
910
:ref: `serializer.normalizer <reference-dic-tags-serializer-normalizer >`.
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ would initialize the passport like this::
315
315
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge;
316
316
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
317
317
use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
318
- use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
319
318
320
319
class LoginAuthenticator extends AbstractAuthenticator
321
320
{
You can’t perform that action at this time.
0 commit comments