File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ How to Create your Custom Normalizer
33
44The :doc: `Serializer component </serializer >` uses normalizers to transform
55any data into an array. The component provides several
6- ref:`built-in normalizers <serializer-built-in-normalizers> ` but you may
6+ : ref: `built-in normalizers <serializer-built-in-normalizers >` but you may
77need to create your own normalizer to transform an unsupported data
88structure.
99
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ A class constraint validator must be applied to the class itself:
495495
496496 use App\Validator as AcmeAssert;
497497
498- #[AcmeAssert\ProtocolClass ]
498+ #[AcmeAssert\ConfirmedPaymentReceipt ]
499499 class AcmeEntity
500500 {
501501 // ...
You can’t perform that action at this time.
0 commit comments