Skip to content

Commit 30c8dbc

Browse files
committed
minor #1485 [Docs] Fix a minor typo (partulaj)
This PR was merged into the 2.x branch. Discussion ---------- [Docs] Fix a minor typo Missing ? for property that can be null Commits ------- 43391d2 [Docs] Fix a minor typo
2 parents 5ba6459 + 43391d2 commit 30c8dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ make it easy to deal with forms::
13541354
* The initial data used to create the form.
13551355
*/
13561356
#[LiveProp]
1357-
public Post $initialFormData = null;
1357+
public ?Post $initialFormData = null;
13581358

13591359
protected function instantiateForm(): FormInterface
13601360
{

0 commit comments

Comments
 (0)