Skip to content

Commit 522439b

Browse files
authored
Missing space form-data.md (#2157)
1 parent 399680c commit 522439b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/form-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class FormRequestProcessorDecorator implements ProcessorInterface
3838
{
3939
public function __construct(
4040
private readonly ProcessorInterface $decorated,
41-
private readonlyDenormalizerInterface $denormalizer,
41+
private readonly DenormalizerInterface $denormalizer,
4242
private readonly SerializerContextBuilderInterface $serializerContextBuilder
4343
) {}
4444

0 commit comments

Comments
 (0)