We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399680c commit 522439bCopy full SHA for 522439b
core/form-data.md
@@ -38,7 +38,7 @@ final class FormRequestProcessorDecorator implements ProcessorInterface
38
{
39
public function __construct(
40
private readonly ProcessorInterface $decorated,
41
- private readonlyDenormalizerInterface $denormalizer,
+ private readonly DenormalizerInterface $denormalizer,
42
private readonly SerializerContextBuilderInterface $serializerContextBuilder
43
) {}
44
0 commit comments