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
3
3
4
4
The :doc: `Serializer component </serializer >` uses normalizers to transform
5
5
any 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
7
7
need to create your own normalizer to transform an unsupported data
8
8
structure.
9
9
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:
495
495
496
496
use App\Validator as AcmeAssert;
497
497
498
- #[AcmeAssert\ProtocolClass ]
498
+ #[AcmeAssert\ConfirmedPaymentReceipt ]
499
499
class AcmeEntity
500
500
{
501
501
// ...
You can’t perform that action at this time.
0 commit comments