Skip to content

Commit 3a64f66

Browse files
authored
Fixed code block
1 parent 131b5fe commit 3a64f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ the following options will be guessed too:
901901

902902
If you'd like to change one of the guessed values, override it in the options field array::
903903

904-
->add('task', options: ['attr' => ['maxlength' => 4]])
904+
$builder->add('task', options: ['attr' => ['maxlength' => 4]])
905905

906906
.. seealso::
907907

0 commit comments

Comments
 (0)