Skip to content

Commit 162a025

Browse files
committed
minor symfony#11359 [Upgrade] Fixed markdown syntax (lyrixx)
This PR was merged into the 2.3 branch. Discussion ---------- [Upgrade] Fixed markdown syntax | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | Commits ------- deb70c7 [Upgrade] Fixed markdown syntax
2 parents 5955f8e + deb70c7 commit 162a025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-2.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Form
110110
}
111111
```
112112

113-
* The *_SET_DATA events are now guaranteed to be fired *after* the children
113+
* The `*_SET_DATA` events are now guaranteed to be fired *after* the children
114114
were added by the FormBuilder (unless setData() is called manually). Before,
115-
the *_SET_DATA events were sometimes thrown before adding child forms,
115+
the `*_SET_DATA` events were sometimes thrown before adding child forms,
116116
which made it impossible to remove child forms dynamically.
117117

118118
A consequence of this change is that you need to set the "auto_initialize"

0 commit comments

Comments
 (0)